chore: remove Svelte

This commit is contained in:
Stefan Imhoff
2023-05-05 07:43:08 +02:00
parent 5bfe06dc4b
commit d6e3edfb34
8 changed files with 30 additions and 196 deletions

View File

@@ -1,7 +1,6 @@
import image from '@astrojs/image';
import mdx from '@astrojs/mdx';
import preact from '@astrojs/preact';
import svelte from '@astrojs/svelte';
import tailwind from '@astrojs/tailwind';
import { defineConfig } from 'astro/config';
@@ -10,7 +9,6 @@ import { defineConfig } from 'astro/config';
export default defineConfig({
integrations: [
mdx(),
svelte(),
tailwind(),
preact(),
image({