diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-24 10:47:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-24 11:27:08 -0500 |
| commit | 4ff446e2d41515eaee5e89870e7b6fa85949033c (patch) | |
| tree | 5fa6b3d0c8b44533e27b80c9337315cdb2bd5696 /static/sitemap.xml | |
| parent | 5be9bc4f82ac3281267f9d9d500e0591e031e674 (diff) | |
create an install directory with an index page
Diffstat (limited to 'static/sitemap.xml')
| -rw-r--r-- | static/sitemap.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/static/sitemap.xml b/static/sitemap.xml index f36d8b0d..4a105a01 100644 --- a/static/sitemap.xml +++ b/static/sitemap.xml @@ -11,12 +11,16 @@ <priority>1.0</priority> </url> <url> - <loc>https://grapheneos.org/install</loc> + <loc>https://grapheneos.org/install/</loc> + <priority>0.1</priority> + </url> + <url> + <loc>https://grapheneos.org/install/cli</loc> <priority>0.5</priority> </url> <url> - <loc>https://grapheneos.org/web-install</loc> - <priority>0.1</priority> + <loc>https://grapheneos.org/install/web</loc> + <priority>0.5</priority> </url> <url> <loc>https://grapheneos.org/build</loc> |
