forked from federated-nexus/website
website-rewrite
This commit is contained in:
parent
948b328e15
commit
ffe3b95319
13 changed files with 339 additions and 275 deletions
5
astro.config.ts
Normal file
5
astro.config.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { defineConfig } from "astro/config"
|
||||
export default defineConfig({
|
||||
trailingSlash: "never",
|
||||
build: { format: "directory" },
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue