Skip to content

Commit 5c80398

Browse files
committed
Update general volunteer link
1 parent d98c57c commit 5c80398

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

next.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
module.exports = {
2+
redirects: () => [
3+
{
4+
source: '/volunteer',
5+
destination: 'https://www.codeday.org/volunteer/labs/career-advisor',
6+
permanent: false,
7+
}
8+
],
29
serverRuntimeConfig: {
310
auth0: {
411
clientId: process.env.AUTH0_CLIENT_ID,

src/pages/volunteer.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)