Skip to content

Commit 7d42223

Browse files
committed
Docs: Redirect
1 parent 60b5456 commit 7d42223

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Website/docusaurus.config.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,20 @@ const config = {
148148
},
149149
}),
150150

151-
plugins: [],
151+
plugins: [
152+
[
153+
// Custom redirects
154+
"@docusaurus/plugin-client-redirects",
155+
{
156+
redirects: [
157+
{
158+
from: ["/docs/changelog/latest"],
159+
to: "/docs/changelog/2025-1-18-0",
160+
},
161+
],
162+
},
163+
],
164+
],
152165
};
153166

154167
export default config;

0 commit comments

Comments
 (0)