add files

This commit is contained in:
Smile Rex
2026-01-26 15:14:10 +03:00
commit 1a88a9769a
18 changed files with 597 additions and 0 deletions

12
svelte.config.js Normal file
View File

@@ -0,0 +1,12 @@
import adapter from "@sveltejs/adapter-static";
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter({
fallback: "index.html",
}),
},
};
export default config;