Skip to content

Commit 2750c49

Browse files
committed
Add correct router path
1 parent 7fb4da3 commit 2750c49

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Eplant/main.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ import { Config, defaultConfig } from './config'
2020
import Eplant from './Eplant'
2121

2222
import './css/index.css'
23-
console.log('DEBUG-')
2423
const router = createBrowserRouter([
2524
{
26-
path: '/',
25+
path: process.env.BASE_URL ?? '/',
2726
element: <Eplant />,
2827
children: [
2928
{

0 commit comments

Comments
 (0)