diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..542370f --- /dev/null +++ b/public/_headers @@ -0,0 +1,8 @@ +/robots.txt + Cache-Control: public, max-age=300, must-revalidate + +/sitemap-index.xml + Cache-Control: public, max-age=300, must-revalidate + +/sitemap-0.xml + Cache-Control: public, max-age=300, must-revalidate diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..47c81ad --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/sitemap.xml /sitemap-index.xml 301