[Glitch] Fix missing redirections to make sure /home redirect to the advanced UI

Port 935d54124e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Stanislas Signoud
2023-10-17 14:59:07 +02:00
committed by Claire
parent c10a667ac2
commit 8bbbd012d4
2 changed files with 3 additions and 0 deletions

View File

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