parent
8e40b8599b
commit
830585e2ba
15 changed files with 5371 additions and 15 deletions
9
astro.config.mjs
Normal file
9
astro.config.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
|
||||
export default defineConfig({
|
||||
output: "static",
|
||||
outDir: "dist",
|
||||
build: {
|
||||
format: "file",
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue