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

View file

@ -6,5 +6,5 @@ export default defineConfig({
trailingSlash: "never",
build: { format: "directory" },
image: { service: passthroughImageService() },
base: "/musedel",
base: "/musedle",
})