Skip to content

Commit

Permalink
add cv redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
batiaev committed Mar 28, 2024
1 parent adc8c5c commit ce344b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
async rewrites() {
return {
beforeFiles: [
{
source: '/cv',
destination: 'https://drive.google.com/file/d/1Zoe_x4r8KQ9EFOHE6_Uad98C0Q4jDKuc/view',
},
],
}
},
}

0 comments on commit ce344b2

Please sign in to comment.