From f525c0510b0ce6bc0be1894bfe40f1cc5b1bddc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birk=20Jernstr=C3=B6m?= Date: Fri, 8 Dec 2023 13:54:55 +0100 Subject: [PATCH] docs: Redirect /faq to docs FAQ --- clients/apps/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/apps/web/next.config.js b/clients/apps/web/next.config.js index 31cb412a3a..cc13bc1717 100644 --- a/clients/apps/web/next.config.js +++ b/clients/apps/web/next.config.js @@ -38,7 +38,7 @@ const nextConfig = { }, { source: '/faq', - destination: 'https://splendid-help-401117.framer.app/faq', + destination: 'https://docs.polar.sh/faq', }, { source: '/careers',