Skip to content
Snippets Groups Projects
Commit 8050f89d authored by tamaina's avatar tamaina
Browse files

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

This reverts commit 406e5d29.
parent 406e5d29
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment