change to static adapter
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: { adapter: adapter() },
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ['geolocation']
|
||||
},
|
||||
exclude: ['geolocation']
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user