Skip to content

Commit

Permalink
fix: add redirect so old zarf base link is compatiable (#2432)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
AustinAbro321 committed Apr 10, 2024
1 parent 5a7314e commit 916cdef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import remarkGemoji from "remark-gemoji";

// https://astro.build/config
export default defineConfig({
redirects: {
'/docs/zarf-overview': '/'
},
markdown: {
remarkPlugins: [remarkGemoji],
rehypePlugins: [
Expand Down

0 comments on commit 916cdef

Please sign in to comment.