From 689b537b5b810ff737b95091578bf0338bca44cf Mon Sep 17 00:00:00 2001 From: nearlysean Date: Tue, 7 May 2024 16:02:11 -0600 Subject: [PATCH] add subdirectory redirect to airtable form for audit program --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.js b/next.config.js index f0ff2bfd1..81f317d13 100644 --- a/next.config.js +++ b/next.config.js @@ -88,6 +88,11 @@ const nextConfig = { destination: '/applications?requestAuth=1&createAccount=1', permanent: false, }, + { + source: '/auditrequest', + destination: 'https://airtable.com/appr1nBRRGx2PTJVh/shrpa99vKKW3xafso', + permanent: false, + }, { source: '/blog/getting-started-with-the-near-wallet', destination: 'https://wallet.near.org',