Skip to content

Commit

Permalink
fix: preact to tabs component
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Nov 28, 2024
1 parent ab7aa23 commit 89d9427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import tailwind from '@astrojs/tailwind';
import vue from '@astrojs/vue';
import preact from '@astrojs/preact';
import AutoImport from 'astro-auto-import';

import cssnano from 'cssnano';
Expand Down Expand Up @@ -32,6 +33,7 @@ export default defineConfig({
},
integrations: [
AutoImport({ imports: [asideAutoImport] }),
preact({ compat: true }),
sitemap(),
astroAsides(),

Expand Down

0 comments on commit 89d9427

Please sign in to comment.