statamic / seo-pro

An all-in-one site reporting, metadata wrangling, Open Graph managing, Twitter card making, sitemap generating, turn-key addon for Statamic.
https://statamic.com/addons/statamic/seo-pro
52 stars 33 forks source link

404 sitemap.xml #333

Closed jeanfranrene closed 1 month ago

jeanfranrene commented 1 month ago

Hi,

Why would I get a 404 error on /sitemap.xml?

I have the file in /resources/views/vendor/seo-pro/sitemap.antlers.html and I also have in config: 'sitemap' => [ 'enabled' => true, 'url' => 'sitemap.xml', 'expire' => 60, ],

Thank you!

jesseleite commented 1 month ago

Not an issue anymore?

jeanfranrene commented 1 month ago

Not an issue anymore?

No, I deleted /resources/views/vendor/seo-pro/, and tried again php artisan vendor:publish --tag="seo-pro-views" and it worked. thank you!