We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b5456 commit 7d42223Copy full SHA for 7d42223
1 file changed
Website/docusaurus.config.js
@@ -148,7 +148,20 @@ const config = {
148
},
149
}),
150
151
- plugins: [],
+ 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
165
};
166
167
export default config;
0 commit comments