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