mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
refactor: replace preact with react
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import mdx from '@astrojs/mdx';
|
||||
import preact from '@astrojs/preact';
|
||||
import prefetch from '@astrojs/prefetch';
|
||||
import react from '@astrojs/react';
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
import swup from '@swup/astro';
|
||||
@@ -28,9 +28,7 @@ export default defineConfig({
|
||||
remarkPlugins: [remarkReadingTime, remarkWidont],
|
||||
}),
|
||||
tailwind(),
|
||||
preact({
|
||||
compat: true,
|
||||
}),
|
||||
react(),
|
||||
swup({ globalInstance: true }),
|
||||
prefetch(),
|
||||
pagefind(),
|
||||
|
||||
Reference in New Issue
Block a user