Initial commit from Astro
This commit is contained in:
8
astro.config.mjs
Normal file
8
astro.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import svelte from '@astrojs/svelte';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
// Enable Svelte to support Svelte components.
|
||||
integrations: [svelte()],
|
||||
});
|
||||
Reference in New Issue
Block a user