Skip to content

Commit

Permalink
Add svelte Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
math-pixel committed Aug 25, 2024
1 parent d323374 commit 97e4749
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 16 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig } from 'astro/config';

import tailwind from "@astrojs/tailwind";

import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()]
integrations: [tailwind(), svelte()]
});
Loading

0 comments on commit 97e4749

Please sign in to comment.