Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
connorrothschild committed Jan 2, 2024
1 parent 59b2244 commit cb3bdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import adapter from "@sveltejs/adapter-static";
const config = {
plugins: [sveltekit()],
extensions: [".svelte", ...mdsvexConfig.extensions],
preprocess: [vitePreprocess(), mdsvex(mdsvexConfig)],
preprocess: [mdsvex(mdsvexConfig)],
kit: {
adapter: adapter({
fallback: "404.html",
Expand Down

0 comments on commit cb3bdba

Please sign in to comment.