Skip to content

Commit

Permalink
hotfix: docs rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskuhl committed May 15, 2024
1 parent f681057 commit 969b855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/www/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export default {
'https://github.com/elwood-software/db/raw/main/versions/:version',
},
{
source: '/docs/',
destination: 'https://docs.elwood.software/docs/',
source: '/docs',
destination: 'https://elwood-docs.vercel.app/docs',
},
{
source: '/docs/:path*/',
destination: 'https://docs.elwood.software/docs/:path*/',
source: '/docs/:path*',
destination: 'https://elwood-docs.vercel.app/docs/:path*',
},
];
},
Expand Down

0 comments on commit 969b855

Please sign in to comment.