summaryrefslogtreecommitdiff
path: root/generate-sitemap.py
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-29 03:17:30 +0900
committerOphestra <cat@gensokyo.uk>2025-06-29 03:17:30 +0900
commit2981b588d79e61ff8d4c913e710c354d0210061d (patch)
tree1128db8f8dee479355178d90f015234da01f582c /generate-sitemap.py
parentae9ca7d56840d48a42119e67f8e91e7476f30ae3 (diff)
static: remove unused pages
Diffstat (limited to 'generate-sitemap.py')
-rw-r--r--generate-sitemap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/generate-sitemap.py b/generate-sitemap.py
index a5ace0be..c74d79b2 100644
--- a/generate-sitemap.py
+++ b/generate-sitemap.py
@@ -7,13 +7,11 @@ base = "https://hakurei.app"
pages = [
["/", 0.5],
["/LICENSE.txt", 0.0],
- ["/build", 0.5],
["/contact", 0.5],
["/faq", 1.0],
["/package", 1.0],
["/humans.txt", 0.0],
["/install", 0.5],
- ["/usage", 1.0]
]
base_mtime = getmtime("static-tmp")