Skip to content

Commit

Permalink
Added redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavenport committed Aug 10, 2023
1 parent 64e4c74 commit c6f71a7
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 @@ -19,9 +19,11 @@ export default defineConfig({
site: 'https://unitary.fund',
redirects: {
'/faq': '/faqs',
'/faq.html': '/faqs',
'/research': '/research/publications',
'/mitiq': '/research/mitiq',
'/talks': '/community/events',
'/talks.html': '/community/events',
},
experimental: {
redirects: true,
Expand Down

0 comments on commit c6f71a7

Please sign in to comment.