Skip to content

Commit

Permalink
Add redirect shortcut for spec web application
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Oct 25, 2023
1 parent 1d75b37 commit a3e722c
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 @@ -36,4 +36,13 @@ module.exports = {
},
];
},
async redirects() {
return [
{
source: '/apply/web',
destination: 'https://forms.gle/oiQTKk374tzZ3iPZA',
permanent: true,
},
]
},
};

0 comments on commit a3e722c

Please sign in to comment.