7233de0
1
2
3
4
5
6
7
8
9
10
import adapter from '@sveltejs/adapter-static'; const config = { kit: { adapter: adapter() } }; export default config;