small deploy fixes

This commit is contained in:
NilsUeter
2023-04-13 22:38:59 +02:00
parent 454f7f4e4b
commit 83423266dc
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "fancyscribe",
base: "/fancyscribe",
});