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