fix issue with redirects
This commit is contained in:
parent
7e9e3e09b5
commit
4f896a60f5
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
import { defineConfig } from "astro/config"
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({ trailingSlash: "never" })
|
||||
export default defineConfig({
|
||||
site: "https://astro.henryhiles.com",
|
||||
build: {
|
||||
format: "file"
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue