diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-26 12:12:29 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-06-20 20:05:11 -0400 |
| commit | 1c70723a135db8cf52ff614ef5a4ac1bbb577d31 (patch) | |
| tree | 878c318cfca949e93942f57abf3811a603fd9145 /generate-sitemap | |
| parent | dd97da343a52198a7cc1d591a0ad04e44142451b (diff) | |
stagingstaging
Diffstat (limited to 'generate-sitemap')
| -rwxr-xr-x | generate-sitemap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-sitemap b/generate-sitemap index d1b2fab2..ac78563e 100755 --- a/generate-sitemap +++ b/generate-sitemap @@ -4,7 +4,7 @@ from datetime import datetime, timezone from os.path import getmtime from pathlib import Path -base = "https://grapheneos.org" +base = "https://staging.grapheneos.org" pages = [ ["/", 0.5], @@ -42,7 +42,7 @@ entries = [] for page in pages: path = page[0] loc = base + path - filepath = "static-production" + path + filepath = "static-staging" + path if path[-1] == '/': filepath += "index.html" elif "." not in path: |
