Skip to content

Commit

Permalink
chore: add redirect from horizon to founders page
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy committed Feb 20, 2024
1 parent 341210a commit c105edc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const nextConfig = {
source: '/papers/nightshade',
destination: '/files/nightshade.pdf',
permanent: true,
},
{
source: '/horizon',
destination: '/founders',
permanent: true,
}
];
},
Expand Down

0 comments on commit c105edc

Please sign in to comment.