diff --git a/wrangler.toml b/wrangler.toml index b04a8dd..2445411 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -45,6 +45,14 @@ zone_name = "theradicalparty.com" pattern = "theradicalparty.com/styles.css" zone_name = "theradicalparty.com" +[[routes]] +pattern = "theradicalparty.com/sitemap.xml" +zone_name = "theradicalparty.com" + +[[routes]] +pattern = "theradicalparty.com/robots.txt" +zone_name = "theradicalparty.com" + # Weekly digest — Monday 9am AEST (Sunday 23:00 UTC) [triggers] crons = ["0 23 * * SUN"]