Skip to content

Commit

Permalink
Fix base
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjesc committed Apr 29, 2024
1 parent 513792b commit 5fa08ea
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 @@ -2,7 +2,7 @@ import { defineConfig } from "vite";
import { VitePWA } from "vite-plugin-pwa";

export default defineConfig({
base: "/",
base: "/EditoR/",
build: {
target: "esnext",
},
Expand Down

0 comments on commit 5fa08ea

Please sign in to comment.