Skip to content

Commit

Permalink
include base path
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Oct 11, 2024
1 parent 2d80173 commit 9c6c4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module.exports = {
async redirects() {
return [
{
source: '/api',
destination: '/',
source: '/open-source/nuka-carousel/api',
destination: '/open-source/nuka-carousel/',
permanent: true,
},
];
Expand Down

0 comments on commit 9c6c4e6

Please sign in to comment.