Skip to content

Commit 6893ed4

Browse files
Add temporary redirect under /parser/python-net/* to /parser/python-net/
1 parent b879117 commit 6893ed4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config-geekdoc.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,11 @@ pluralizeListTitles = false
8989
[Params.Sitemap]
9090
changeFreq = "weekly"
9191
priority = 0.5
92+
93+
# Redirects configuration
94+
# Temporary redirect: all pages under /parser/python-net/* redirect to /parser/python-net/
95+
[[redirects]]
96+
from = "/parser/python-net/**"
97+
to = "/parser/python-net/"
98+
status = 302
99+
force = false

0 commit comments

Comments
 (0)