theming and cleaning

This commit is contained in:
Luke Hagar
2025-05-27 17:14:09 -05:00
parent b00c4a2da6
commit 0c6cf023cc
9 changed files with 3 additions and 159 deletions

View File

@@ -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 = {