Skip to content

Commit

Permalink
Future proof URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyratsDrones authored Sep 11, 2024
1 parent 0a834d5 commit e71b365
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ module.exports = {
permanent: false
},
{
source: '/pilot/vilas',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=0#gid=0',
source: '/pilot/outdoor/0',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=1166893714#gid=1166893714',
permanent: false
},
{
source: '/pilot/beserra',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=653802211#gid=653802211',
source: '/pilot/outdoor/1',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=315769465#gid=315769465',
permanent: false
},
{
source: '/pilot/cassim',
source: '/pilot/indoor/0',
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',
source: '/pilot/indoor/1',
destination: 'https://docs.google.com/spreadsheets/d/1hUbA3VqjouE7MHPKiWJByQ7fNmMT3xUGOw4txx6Tbew/edit?gid=653802211#gid=653802211',
permanent: false
}
];
Expand Down

0 comments on commit e71b365

Please sign in to comment.