Skip to content

Commit

Permalink
Switch svelte.config.js to use adapter-node instead of adapter-static
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Oct 1, 2024
1 parent ddba489 commit 800fcd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { vitePreprocess } from '@sveltejs/kit/vite';
import adapter from '@sveltejs/adapter-static';
//import adapter from '@sveltejs/adapter-static';
import adapter from '@sveltejs/adapter-node';

const dev = process.argv.includes('dev');

Expand Down

0 comments on commit 800fcd8

Please sign in to comment.