New styling

This commit is contained in:
Henry Hiles 2025-01-25 14:09:07 +00:00
commit b26079146c
23 changed files with 341 additions and 129 deletions

View file

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