This commit is contained in:
Henry Hiles 2026-01-01 01:21:50 -05:00
commit df6f07607a
No known key found for this signature in database

View file

@ -6,5 +6,5 @@ export default defineConfig({
trailingSlash: "never", trailingSlash: "never",
build: { format: "directory" }, build: { format: "directory" },
image: { service: passthroughImageService() }, image: { service: passthroughImageService() },
site: "https://henry-hiles.github.io/musedel", base: "/musedel",
}) })