diff --git a/web/index.html b/web/index.html index 8f381ea..318ce11 100644 --- a/web/index.html +++ b/web/index.html @@ -26,9 +26,9 @@ content="#030712" > {% endif %} - - - + + +
diff --git a/web/vite.config.ts b/web/vite.config.ts index 4fdbb75..9821bf7 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -4,6 +4,7 @@ import react from "@vitejs/plugin-react-swc"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], + base: "./", build: { rollupOptions: { // https://stackoverflow.com/q/69614671/vite-without-hash-in-filename#75344943