mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Fix bad redirect breaking website build (#8319)
* fix bad redirect * add changeset * second missing slash * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
8f46556b38
commit
1f9a5f0aa3
5
.changeset/red-streets-dress.md
Normal file
5
.changeset/red-streets-dress.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"website": patch
|
||||
---
|
||||
|
||||
feat:Fix bad redirect breaking website build
|
@ -108,7 +108,7 @@ export const redirects = {
|
||||
"/gradio-and-llm-agents": "/guides/gradio-and-llm-agents",
|
||||
"/fastapi-app-with-the-gradio-client":
|
||||
"/guides/fastapi-app-with-the-gradio-client",
|
||||
"guides/key-features": "guides/queuing",
|
||||
"/guides/key-features": "/guides/queuing",
|
||||
"/docs/client": "/docs/python-client/client",
|
||||
"/docs/job": "/docs/python-client/job",
|
||||
"/docs/set_static_paths": "/docs/gradio/set_static_paths",
|
||||
|
Loading…
x
Reference in New Issue
Block a user