remove preact

This commit is contained in:
Felix Roos 2023-04-29 06:25:19 +02:00
parent 0fcec0a0ca
commit c0b0ea4493
10 changed files with 6 additions and 281 deletions

View file

@ -1,5 +1,4 @@
import { defineConfig } from 'astro/config';
import preact from '@astrojs/preact';
import react from '@astrojs/react';
import mdx from '@astrojs/mdx';
@ -47,9 +46,6 @@ const options = {
// https://astro.build/config
export default defineConfig({
integrations: [
// Enable Preact to support Preact JSX components.
preact(),
// Enable React for the Algolia search component.
react(),
mdx(options),
tailwind(),