Skip to content

Commit

Permalink
fix: with the recent /papers rebuild we lost a direct route to /paper…
Browse files Browse the repository at this point in the history
…s/nightshade
  • Loading branch information
charleslavon committed Feb 20, 2024
1 parent 8e2d142 commit 891f2d6
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 @@ -56,6 +56,11 @@ const nextConfig = {
source: '/da',
destination: '/data-availability',
permanent: true,
},
{
source: '/papers/nightshade',
destination: '/files/nightshade.pdf',
permanent: true,
}
];
},
Expand Down

0 comments on commit 891f2d6

Please sign in to comment.