Skip to content

Commit

Permalink
Added SvelteKit static adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0X8 committed Aug 21, 2024
1 parent 9191285 commit 0d68801
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
13 changes: 5 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fontsource-variable/noto-sans-mono": "^5.0.20",
"@fontsource-variable/noto-serif": "^5.0.6",
"@fontsource/noto-color-emoji": "^5.0.27",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.13",
Expand All @@ -43,4 +43,4 @@
"vite": "^5.0.3"
},
"type": "module"
}
}
4 changes: 2 additions & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
import { mdsvex } from 'mdsvex';
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-static';
import preprocess from 'svelte-preprocess';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

Expand Down Expand Up @@ -35,4 +35,4 @@ const config = {
extensions: ['.svelte', '.md']
};

export default config;
export default config;

0 comments on commit 0d68801

Please sign in to comment.