From 7e9e3e09b5c6c5e65e2fcd4915aaca3c34fed8f4 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 16 May 2023 12:05:56 -0400 Subject: [PATCH] Test change --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index c80a521..7c4f81f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,4 +1,4 @@ import { defineConfig } from "astro/config" // https://astro.build/config -export default defineConfig() +export default defineConfig({ trailingSlash: "never" })