Skip to content

Commit

Permalink
chore: remove unused svelte-preprocess import from svelte.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jan 9, 2025
1 parent afc9abe commit de376eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import adapter from '@sveltejs/adapter-auto';
import { mdsvex } from 'mdsvex';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
import sveltePreprocess from 'svelte-preprocess';
import rehypeExternalLinks from 'rehype-external-links';
import rehypeSlug from 'rehype-slug';
import rehypeAutolinkHeadings from 'rehype-autolink-headings';
Expand All @@ -21,7 +20,6 @@ const config = {
}
},
preprocess: [
// sveltePreprocess(),
vitePreprocess(),
mdsvex({
extensions: extensions,
Expand Down

0 comments on commit de376eb

Please sign in to comment.