From 0a834d5d524ec876cd537fc48852d44ab1c3cafd Mon Sep 17 00:00:00 2001 From: Skyrats <93954688+SkyratsDrones@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:50:19 -0300 Subject: [PATCH] Pilot endpoints for QRCodes --- next.config.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/next.config.js b/next.config.js index 9206e29..c12d05d 100644 --- a/next.config.js +++ b/next.config.js @@ -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 } ]; }