change site
This commit is contained in:
parent
a6d7e5b177
commit
387fd3c678
1 changed files with 3 additions and 0 deletions
|
|
@ -3,5 +3,8 @@ import { defineConfig, passthroughImageService } from "astro/config"
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
trailingSlash: "never",
|
||||||
|
build: { format: "directory" },
|
||||||
image: { service: passthroughImageService() },
|
image: { service: passthroughImageService() },
|
||||||
|
site: "https://henry-hiles.github.io/musedel",
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue