We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2750c49 commit ec9d6efCopy full SHA for ec9d6ef
1 file changed
Eplant/main.tsx
@@ -22,7 +22,7 @@ import Eplant from './Eplant'
22
import './css/index.css'
23
const router = createBrowserRouter([
24
{
25
- path: process.env.BASE_URL ?? '/',
+ path: import.meta.env.BASE_URL ?? '/',
26
element: <Eplant />,
27
children: [
28
0 commit comments