Revert "fix(client): /shareをsubBootPathsから外す"

This reverts commit 406e5d297b.
This commit is contained in:
tamaina 2023-05-26 05:06:52 +00:00
parent 406e5d297b
commit 8050f89d7e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import '@/style.scss';
import { mainBoot } from './boot/main-boot';
import { subBoot } from './boot/sub-boot';
const subBootPaths = ['/auth', '/miauth', '/signup-complete'];
const subBootPaths = ['/share', '/auth', '/miauth', '/signup-complete'];
if (subBootPaths.some(i => location.pathname === i || location.pathname.startsWith(i + '/'))) {
subBoot();