From 1c70723a135db8cf52ff614ef5a4ac1bbb577d31 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 26 Jul 2023 12:12:29 -0400 Subject: staging --- generate-sitemap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generate-sitemap') 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: -- cgit v1.3.1