docs: rename remoteLink and remoteQueryConfig (#10836)

* docs: rename remoteLink and remoteQueryConfig

* change version number
This commit is contained in:
Shahed Nasser
2025-01-07 14:43:12 +02:00
committed by GitHub
parent f5f4d417c0
commit 38223e5104
28 changed files with 223 additions and 212 deletions
+5
View File
@@ -108,6 +108,11 @@ const redirects = async () => {
destination: "/resources/nextjs-starter",
permanent: true,
},
{
source: "/learn/fundamentals/module-links/remote-link",
destination: "/learn/fundamentals/module-links/link",
permanent: true,
},
]
}