Skip to content

Commit

Permalink
feat: redirects for old solver pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Oct 9, 2024
1 parent 41d7b27 commit 4249be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import svelte from "@astrojs/svelte";
export default defineConfig({
redirects: {
"/resources/whitepaper": "/resources/audit-whitepaper#Papers",
"/cross-cats/": "/cross-cats/cross-cats/",
"/cross-cats/solver/": "/cross-cats/becoming-a-solver/introduction/"
},
site: `${process.env["CF_PAGES_URL"] ?? "https://docs.catalyst.exchange"}`,
markdown: {
Expand Down

0 comments on commit 4249be4

Please sign in to comment.