Working bottom bar

This commit is contained in:
Henry Hiles 2025-03-30 12:34:12 -04:00
commit dfb5f54c84
No known key found for this signature in database
8 changed files with 683 additions and 2 deletions

View file

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