Skip to content

Commit

Permalink
website: fix blog post dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 21, 2024
1 parent 600cc51 commit a1e35da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus-config-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const redirects = {
{ from: '/support', to: '/docs/support' },
{ from: '/blog/2021/09/03/xpm-v0-10-8-released/', to: '/blog/2021/09/05/xpm-v0-10-8-released/' },
{ from: '/blog/2021/07/20/xpm-v0-10-6-released/', to: '/blog/2021/07/21/xpm-v0-10-6-released/' },
{ from: '/blog/2023/03/07/xpm-v0-15-0-released/', to: '/blog/2023/03/02/xpm-v0-15-0-released/' },
{ from: '/blog/2023/02/07/xpm-v0-15-0-released/', to: '/blog/2023/03/02/xpm-v0-15-0-released/' },
],
createRedirects(existingPath) {
// logger.info(existingPath);
Expand Down

0 comments on commit a1e35da

Please sign in to comment.