Skip to content

Commit

Permalink
delete base
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaus-B committed Mar 24, 2024
1 parent ee982b6 commit 55bfe4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { theme } from "./theme.js";
ReactDOM.createRoot(document.getElementById("root")).render(
<Provider store={store}>
<PersistGate persistor={persistor}>
<BrowserRouter basename="/campers">
<BrowserRouter>
<ThemeProvider theme={theme}>
<App />
</ThemeProvider>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/campers/",
// base: "/campers/",
});

0 comments on commit 55bfe4e

Please sign in to comment.