We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b8c7a commit e49bbfaCopy full SHA for e49bbfa
1 file changed
juno.config.ts
@@ -254,6 +254,16 @@ const redirects: StorageConfigRedirect[] = [
254
source: "/docs/category/clients",
255
location: "/docs/category/frontend",
256
code: 301
257
+ },
258
+ {
259
+ source: "/docs/references",
260
+ location: "/docs/reference/cli",
261
+ code: 301
262
263
264
+ source: "/docs",
265
+ location: "/docs/intro",
266
267
}
268
];
269
0 commit comments