Upload files to "/"

This commit is contained in:
2026-06-16 23:36:14 +00:00
commit 0e68607325
5 changed files with 61 additions and 0 deletions

7
vite.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from "vite";
import { svelte } from "@sveltejs/vite-plugin-svelte";
export default defineConfig({
plugins: [svelte()],
base: "./",
});