mirror of
https://github.com/LukeHagar/Sveltey.git
synced 2025-12-06 04:21:38 +00:00
theming and cleaning
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
<<<<<<< HEAD:my-saas-template/svelte.config.js
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
=======
|
||||
import { mdsvex } from 'mdsvex';
|
||||
import remarkUnwrapImages from 'remark-unwrap-images';
|
||||
import remarkToc from 'remark-toc';
|
||||
@@ -14,7 +11,6 @@ const mdsvexOptions = {
|
||||
remarkPlugins: [remarkUnwrapImages, remarkToc, remarkAbbr],
|
||||
rehypePlugins: [rehypeSlug]
|
||||
};
|
||||
>>>>>>> 3c705b9 (Overhaul):svelte.config.js
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user