diff --git a/.changeset/red-streets-dress.md b/.changeset/red-streets-dress.md new file mode 100644 index 000000000000..77cf2e64f592 --- /dev/null +++ b/.changeset/red-streets-dress.md @@ -0,0 +1,5 @@ +--- +"website": patch +--- + +feat:Fix bad redirect breaking website build diff --git a/js/_website/src/routes/redirects.js b/js/_website/src/routes/redirects.js index 4f4eea3e4195..9f37817c6697 100644 --- a/js/_website/src/routes/redirects.js +++ b/js/_website/src/routes/redirects.js @@ -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",