From c2610cc9b86b5fd9a385eb72f3f123d60b6debb6 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 11 Feb 2026 10:39:52 +0100 Subject: [PATCH] fixed sitemap xml --- manifests/webpage.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/webpage.yaml b/manifests/webpage.yaml index 54a51ab..ca62f33 100644 --- a/manifests/webpage.yaml +++ b/manifests/webpage.yaml @@ -63,6 +63,11 @@ data: try_files $uri $uri.html $uri/ =404; } + location = /sitemap.xml { + types { application/xml xml; } + default_type application/xml; + } + # Cache static assets location ~* \.(css|js|png|jpg|jpeg|gif|ico|svg|woff|woff2)$ { expires 7d;