From 916cdeffcabca5deaa99820980ca8d31128c7e68 Mon Sep 17 00:00:00 2001 From: Austin Abro <37223396+AustinAbro321@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:31:25 -0400 Subject: [PATCH] fix: add redirect so old zarf base link is compatiable (#2432) ## Description fix: add redirect so old zarf base link is compatiable ## Related Issue Fixes NA ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --- site/astro.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/astro.config.ts b/site/astro.config.ts index a65fec3d84..fb53176741 100644 --- a/site/astro.config.ts +++ b/site/astro.config.ts @@ -6,6 +6,9 @@ import remarkGemoji from "remark-gemoji"; // https://astro.build/config export default defineConfig({ + redirects: { + '/docs/zarf-overview': '/' + }, markdown: { remarkPlugins: [remarkGemoji], rehypePlugins: [