Find, parse and render info from Sitemap

This commit is contained in:
Alicia Sykes
2023-07-21 20:53:54 +01:00
parent fc030ffcd6
commit 7ebe96b9be
7 changed files with 138 additions and 47 deletions

View File

@@ -124,6 +124,11 @@
to = "/.netlify/functions/tech-stack"
status = 301
force = true
[[redirects]]
from = "/sitemap"
to = "/.netlify/functions/sitemap"
status = 301
force = true
# For router history mode, ensure pages land on index
[[redirects]]