From fcca95d08b0dc65c1ab8a7e38efa5459af53717e Mon Sep 17 00:00:00 2001 From: Georges Petrov Date: Mon, 4 Sep 2023 10:20:44 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20forward=20to=20help-cen?= =?UTF-8?q?ter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.base.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/next.config.base.js b/next.config.base.js index 64e93d4df..5c9b70465 100644 --- a/next.config.base.js +++ b/next.config.base.js @@ -7,6 +7,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ const nextConfig = { experimental: { appDir: true, + // outputFileTracingIgnores: ['canvas'], }, eslint: { dirs: ['pages', 'utils', 'components', 'hooks', 'types', 'widgets'], @@ -43,6 +44,14 @@ const nextConfig = { source: '/blog/:path*', destination: 'https://chaindesk-blog.vercel.app/blog/:path*', }, + { + source: '/help', + destination: 'https://help-center-wine.vercel.app/help', + }, + { + source: '/help/:path*', + destination: 'https://help-center-wine.vercel.app/help/:path*', + }, { source: '/@:path', destination: '/agents/@:path/page',