chore(astro): add support for MDX, Svelte, and Tailwind CSS

This commit is contained in:
Stefan Imhoff
2023-02-12 12:19:01 +01:00
parent 3a1d463208
commit 99a3bdab56
6 changed files with 1645 additions and 100 deletions

5
svelte.config.js Normal file
View File

@@ -0,0 +1,5 @@
import { vitePreprocess } from '@astrojs/svelte';
export default {
preprocess: vitePreprocess(),
};