From f8054bb552b4497d4d4e0b3616c615c14d1fb16f Mon Sep 17 00:00:00 2001 From: Ash Entwisle Date: Fri, 20 Oct 2023 16:46:18 +0000 Subject: [PATCH] testing astro redirects Signed-off-by: Ash Entwisle --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 7853bcf..01925f7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,5 +14,6 @@ export default defineConfig({ output: "server", adapter: cloudflare(), redirects: { + "/links/testing": "https://hullcss.org/links", } }); \ No newline at end of file