Skip to content

Commit

Permalink
Add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Feb 26, 2025
1 parent 913ccfa commit 63b4501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const nextConfig = {
return [
{
source: '/repository/object/:slug*',
destination: `${process.env.NEXT_PUBLIC_JANEWAY_URL}/repository/object/:slug*`,
destination: `${process.env.NEXT_PUBLIC_JANEWAY_URL}/repository/object/:slug*/`,
},
]
},
Expand Down

0 comments on commit 63b4501

Please sign in to comment.