mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
8 lines
No EOL
175 B
JavaScript
8 lines
No EOL
175 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
import svelte from "@astrojs/svelte";
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
integrations: [svelte()]
|
|
}); |