Skip to content

Commit

Permalink
feat: handle 404 PE-5161
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 8, 2023
1 parent 8b9118a commit 53349bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import nodePolyfills from "vite-plugin-node-stdlib-browser";

// https://vitejs.dev/config/
export default defineConfig({
// base: "/turbo-app/",
base: "/turbo-app/",
plugins: [react(), nodePolyfills()],
define: {
"import.meta.env.PACKAGE_VERSION": JSON.stringify(packageJson.version),
Expand Down

0 comments on commit 53349bd

Please sign in to comment.