try alt root name

This commit is contained in:
Orion Reed 2023-08-12 20:14:47 +01:00
parent ee3b996a43
commit a31cd6746b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { MantineProvider } from '@mantine/styles'
import { Box } from '@mantine/core'
import { theme } from '@/theme'
const MY_FOLDER = '/orionreed'
const MY_FOLDER = '/orionreed.github.io'
class SubfolderRouter extends Router {
render(props: RouterProps, state: any) {
if (state.url.indexOf(MY_FOLDER) === 0) {