Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 14d9ca6

Browse files
committed
(docs): Adding a redirect for the new custom code page.
1 parent a4bc821 commit 14d9ca6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ module.exports = {
198198
"@docusaurus/plugin-client-redirects",
199199
{
200200
redirects: [
201+
{
202+
to: "/add-custom-code-to-your-service"
203+
from: ["/how-to/custom-code/"]
204+
},
201205
{
202206
to: "/plugins/guides/authentication",
203207
from: ["/authentication-plugin-examples"]

0 commit comments

Comments
 (0)