Skip to content

Commit

Permalink
chore: 🤖 forward to help-center
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Sep 4, 2023
1 parent f6183f6 commit fcca95d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions next.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down Expand Up @@ -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',
Expand Down

1 comment on commit fcca95d

@vercel
Copy link

@vercel vercel bot commented on fcca95d Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.