This commit is contained in:
RezHackXYZ 2025-07-09 17:17:46 -07:00
commit edcc6db9ec
No known key found for this signature in database
GPG key ID: C4C90E569C9669E2
10 changed files with 144 additions and 0 deletions

6
svelte.config.js Normal file
View file

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