Skip to content

Commit 006dbff

Browse files
authored
fix: remove trailing slash from internal URL (#1413)
This fixes the lychee 404 errors. https://github.com/apify/apify-docs/actions/runs/12799427833
1 parent cd62086 commit 006dbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const themeConfig = ({
227227
},
228228
{
229229
label: 'Open source',
230-
href: `${absoluteUrl}/open-source/`, // we need a trailing slash here, we'd get redirected there anyway
230+
href: `${absoluteUrl}/open-source`,
231231
position: 'left',
232232
target: '_self',
233233
rel: 'dofollow',

0 commit comments

Comments
 (0)