Skip to content

Commit 86af425

Browse files
committed
Update docusaurus.config.js
1 parent 89a3311 commit 86af425

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Website/docusaurus.config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,15 @@ const config = {
163163
{
164164
// Redirect latest changelog to the newest version
165165
from: ["/docs/changelog/latest"],
166-
to: "/docs/changelog/2025-10-18-0",
166+
to: "/docs/changelog/2026-2-22-0",
167167
},
168168
// Redirect pre-versions to the corresponding new versions
169+
{
170+
from: [
171+
"/docs/changelog/2026-3-4-0",
172+
],
173+
to: "/docs/changelog/next-release",
174+
},
169175
{
170176
from: [
171177
"/docs/changelog/2025-11-1-0",
@@ -175,7 +181,7 @@ const config = {
175181
"/docs/changelog/2025-12-28-0",
176182
"/docs/changelog/2026-2-19-0",
177183
],
178-
to: "/docs/changelog/next-release",
184+
to: "/docs/changelog/2026-2-22-0",
179185
},
180186
{
181187
from: [

0 commit comments

Comments
 (0)