trailing slashes strike again!

This commit is contained in:
Henry Hiles 2026-03-14 17:19:47 -04:00
commit 3d245c0f9c
No known key found for this signature in database
14 changed files with 62 additions and 60 deletions

View file

@ -2,7 +2,7 @@ import { defineConfig, passthroughImageService } from "astro/config"
import starlight from "@astrojs/starlight"
export default defineConfig({
trailingSlash: "never",
trailingSlash: "always",
build: { format: "directory" },
integrations: [
starlight({