diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:14:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:14:12 +0900 |
| commit | ae9ca7d56840d48a42119e67f8e91e7476f30ae3 (patch) | |
| tree | 4876625fd1a231719fcb639c01737e995202c1dd /generate-sitemap.py | |
| parent | ae2ce608935993583304a0e1e6a301bf69ccc75b (diff) | |
static: replace install
Also get rid of many unused pages and assets.
Diffstat (limited to 'generate-sitemap.py')
| -rw-r--r-- | generate-sitemap.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/generate-sitemap.py b/generate-sitemap.py index 9db0d3dd..a5ace0be 100644 --- a/generate-sitemap.py +++ b/generate-sitemap.py @@ -8,16 +8,11 @@ pages = [ ["/", 0.5], ["/LICENSE.txt", 0.0], ["/build", 0.5], - ["/camera-privacy-policy", 0.0], ["/contact", 0.5], ["/faq", 1.0], ["/package", 1.0], - ["/hiring", 0.2], ["/humans.txt", 0.0], - ["/pdfviewer-privacy-policy", 0.0], - ["/install/", 0.5], - ["/install/cli", 0.5], - ["/install/web", 0.5], + ["/install", 0.5], ["/usage", 1.0] ] |
