Skip to content

Commit

Permalink
fix: See if fallback works on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 3, 2023
1 parent 1430e75 commit d9f3d62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ const nextConfig = {
afterFiles: [
{source: '/:p*', destination: 'https://opensdks.mintlify.app/:p*'},
],
fallback: [],
fallback: [
{source: '/:p*', destination: 'https://opensdks.mintlify.app/:p*'},
],
}),
redirects: async () => [
{source: '/docs', destination: '/introduction', permanent: false},
Expand Down

1 comment on commit d9f3d62

@vercel
Copy link

@vercel vercel bot commented on d9f3d62 Dec 3, 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:

opensdks – ./

opensdks.vercel.app
opensdks-git-main-venice.vercel.app
opensdks-venice.vercel.app
opensdks.org

Please sign in to comment.