mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore: add preact-compat to use React components
This commit is contained in:
@@ -16,5 +16,5 @@ export default defineConfig({
|
||||
wrap: true,
|
||||
},
|
||||
},
|
||||
integrations: [mdx(), tailwind(), preact(), astroImageTools],
|
||||
integrations: [mdx(), tailwind(), preact({ compat: true }), astroImageTools],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user