Skip to content

Commit 935fe9d

Browse files
authored
Fix API docs url redirect (#5632)
1 parent 22faa44 commit 935fe9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ status = 301
4545
# It is replaced by sed in the makefile when netlify is building the site.
4646
[[redirects]]
4747
from = "/api/*"
48-
to = "{{API_DOCS_URL}}/:splat"
48+
to = "{{HUGOxPARAMSxAPI_DOCS_URL}}/:splat"
4949
status = 301
5050

5151
# Webserver files

0 commit comments

Comments
 (0)