Skip to content

Commit

Permalink
try fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsky committed Jul 17, 2024
1 parent 6bac1a1 commit a284fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus-prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const config = {
else if (existingPath.includes('/portal/sandboxes/sandbox-save-and-restore-overview')) {
return versions.map(version => `/${version}/Portal/SaveSandboxOverview`);
}
else if (existingPath.includes('/')) {
else if (existingPath.includes('/intro.md')) {
return versions.map(version => `/Online%20Help/${version}/Portal/Default.htm`);
}
else if (existingPath.includes('/help-versions-archive')) {
Expand Down

0 comments on commit a284fd1

Please sign in to comment.