Skip to content

Commit 59ff5fc

Browse files
next: config: add resume redirect
Signed-off-by: Kartik Bhalla <kartikbhalla12@gmail.com>
1 parent 32047c0 commit 59ff5fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

next.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ const nextConfig = {
1111

1212
return config;
1313
},
14+
redirects: async () => [
15+
{
16+
source: '/resume',
17+
destination: '/kartik-bhalla-resume.pdf',
18+
permanent: true,
19+
},
20+
],
1421
};
1522

1623
module.exports = nextConfig;

0 commit comments

Comments
 (0)