Should be done for now

This commit is contained in:
Henry Hiles 2025-03-30 20:54:01 -04:00
commit 3e81bd59b5
No known key found for this signature in database
10 changed files with 140 additions and 78 deletions

View file

@ -1,9 +1,7 @@
import { defineConfig, passthroughImageService } from "astro/config"
import icon from "astro-icon"
export default defineConfig({
trailingSlash: "never",
integrations: [icon()],
build: { format: "directory" },
image: { service: passthroughImageService() },
})