Remove reference to nonexistent environment variable

This commit is contained in:
2025-03-20 18:37:25 +01:00
parent ef26dccb04
commit 7fe950488f
2 changed files with 2 additions and 3 deletions

View File

@ -49,8 +49,7 @@ export function App() {
<Route path="*" element={<NotFoundRoute />} />
</Route>
)
),
{ basename: import.meta.env.VITE_APP_BASENAME }
)
);
return (