Skip to content

Commit

Permalink
website: fix blog permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Feb 5, 2025
1 parent 6080434 commit 3b7169d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus-config-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const redirects = {
from: '/docs/about',
to: '/docs/project/about',
},
{
from: '/blog/2025/02/03/wine-v10-0-0-released/',
to: '/blog/2025/02/03/wine-v10-0-0-1-released/',
}
],
createRedirects(existingPath) {
console.log(existingPath);
Expand Down

0 comments on commit 3b7169d

Please sign in to comment.