Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Apr 10, 2024
1 parent 5a7314e commit 14442fd
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 14442fd

Please sign in to comment.