Skip to content

Commit

Permalink
fix: redirects for API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgolovanov committed Sep 1, 2022
1 parent 4c21927 commit 9f0a0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
force = false

[[redirects]]
from = "/api/*"
to = "https://novuapidocs.gatsbyjs.io/api/:splat"
from = "/api/:splat/"
to = "https://novuapidocs.gatsbyjs.io/api/:splat/"
status = 200
force = true
headers = {X-From = "Netlify"}

0 comments on commit 9f0a0c9

Please sign in to comment.