Skip to content

Commit

Permalink
chore: Redirecting /docs to readme.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Nov 26, 2023
1 parent b27f12f commit aee5094
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ const nextConfig = {
afterFiles: [],
fallback: [],
}),

redirects: async () => [
{
source: '/docs/:p*',
destination: 'https://usevenice.readme.io/:p*',
permanent: false,
},
],
swcMinify: true,
typescript: {ignoreBuildErrors: true},
eslint: {ignoreDuringBuilds: true},
Expand Down

1 comment on commit aee5094

@vercel
Copy link

@vercel vercel bot commented on aee5094 Nov 26, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

venice – ./

venice-git-production-venice.vercel.app
venice-venice.vercel.app
usevenice.vercel.app
app.venice.is

Please sign in to comment.