0
0
Fork 0

Fix missing redirections to make sure /home redirect to the advanced UI (#27378)

This commit is contained in:
Stanislas Signoud 2023-10-17 14:59:07 +02:00 committed by GitHub
parent c4bddc9855
commit 935d54124e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -100,6 +100,7 @@ const initialPath = document.querySelector("head meta[name=initialPath]")?.getAt
/** @type {boolean} */
export const hasMultiColumnPath = initialPath === '/'
|| initialPath === '/getting-started'
|| initialPath === '/home'
|| initialPath.startsWith('/deck');
/**