Skip to content

Commit

Permalink
Redirect /ukraine to docs proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst committed May 23, 2024
1 parent 783a346 commit 5e328f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ const withTM = require('next-transpile-modules')(['lodash-es'])
**/
const nextConfig = withMDX(
withTM({
async redirects() {
return [
{
destination: 'https://docs.siv.org/research-in-progress/ukraine',
permanent: true,
source: '/ukraine',
},
]
},
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
Expand Down

0 comments on commit 5e328f1

Please sign in to comment.