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 d4021d9 commit 64e4c74
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ import svgr from 'vite-plugin-svgr';

// https://astro.build/config
export default defineConfig({
site: 'https://unitaryfund.tghp.co.uk',
site: 'https://unitary.fund',
redirects: {
'/faq': '/faqs',
'/research': '/research/publications',
'/mitiq': '/research/mitiq',
'/talks': '/community/events',
},
experimental: {
redirects: true,
},
integrations: [
tailwind({ config: { applyBaseStyles: false } }),
mdx(),
Expand Down

0 comments on commit 64e4c74

Please sign in to comment.