From e51499d11d53255e0a1b2c189e4d25949edec3cc Mon Sep 17 00:00:00 2001 From: Felipe Beserra Date: Mon, 26 Feb 2024 13:57:13 -0300 Subject: [PATCH] Greet --> Forms PS --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 9206e29..d080fc1 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ module.exports = { return [ { source: '/greet', - destination: 'https://www.instagram.com/skyrats_drones/', + destination: 'https://forms.gle/yzYL7T5easEfpgYM6', permanent: false } ];