Initial Commit
This commit is contained in:
12
astro.config.mjs
Normal file
12
astro.config.mjs
Normal file
@ -0,0 +1,12 @@
|
||||
import i18n from "astro-i18n"
|
||||
import { defineConfig } from 'astro/config';
|
||||
import svelte from "@astrojs/svelte";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
import prefetch from "@astrojs/prefetch";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "static",
|
||||
integrations: [i18n(), svelte(), tailwind()]
|
||||
});
|
||||
Reference in New Issue
Block a user