mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Adds Svelte integration, for dynamic components
This commit is contained in:
parent
15e1e40451
commit
d479d48d2c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import svelte from "@astrojs/svelte";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
integrations: [svelte()]
|
||||
});
|
||||
Loading…
Reference in a new issue