change site

This commit is contained in:
Henry Hiles 2026-01-01 01:19:12 -05:00
commit 387fd3c678
No known key found for this signature in database

View file

@ -3,5 +3,8 @@ import { defineConfig, passthroughImageService } from "astro/config"
// https://astro.build/config
export default defineConfig({
trailingSlash: "never",
build: { format: "directory" },
image: { service: passthroughImageService() },
site: "https://henry-hiles.github.io/musedel",
})