remove preact
This commit is contained in:
parent
0fcec0a0ca
commit
c0b0ea4493
10 changed files with 6 additions and 281 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue