This commit is contained in:
RezHackXYZ 2025-05-28 10:04:57 +05:30
parent de348ab39e
commit ec40313983
No known key found for this signature in database
18 changed files with 3370 additions and 153 deletions

View file

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