Skip to content

Commit

Permalink
fix redirect page name typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings authored Sep 7, 2023
1 parent da5618c commit 70aea4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def create_redirect_toml_file(self):
dst_url = os.environ.get("dst")

page_404 = "404-error"
page_redirects = "redirect"
page_redirects = "redirects"
page_robots = "robots"
page_search = "search"

Expand Down

0 comments on commit 70aea4d

Please sign in to comment.