Skip to content

Commit

Permalink
Pilot endpoints for QRCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyratsDrones authored Sep 11, 2024
1 parent 723edef commit 0a834d5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ module.exports = {
source: '/greet',
destination: 'https://www.instagram.com/skyrats_drones/',
permanent: false
},
{
source: '/pilot/vilas',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=0#gid=0',
permanent: false
},
{
source: '/pilot/beserra',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=653802211#gid=653802211',
permanent: false
},
{
source: '/pilot/cassim',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=839429704#gid=839429704',
permanent: false
},
{
source: '/pilot/marcos',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=1166893714#gid=1166893714',
permanent: false
}
];
}
Expand Down

0 comments on commit 0a834d5

Please sign in to comment.