mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-23 00:09:18 +02:00
maybe fixed cf again
This commit is contained in:
parent
29213cb510
commit
6df7c8932a
1 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,10 @@
|
|||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
|
||||
import adapter from '@sveltejs/adapter-cloudflare';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import cloudflare from '@sveltejs/adapter-cloudflare';
|
||||
|
||||
export default {
|
||||
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
||||
// for more information about preprocessors
|
||||
preprocess: vitePreprocess(),
|
||||
|
||||
preprocess: preprocess(),
|
||||
kit: {
|
||||
adapter: adapter(),
|
||||
}
|
||||
adapter: cloudflare(),
|
||||
target: '#svelte' // Ensure this matches your target in `src/app.html`
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue