statamic / seo-pro

An all-in-one site reporting, metadata wrangling, Open Graph managing, Twitter card making, sitemap generating, turn-key addon for Statamic.

Home Page:https://statamic.com/addons/statamic/seo-pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 sitemap.xml

jeanfranrene opened this issue · comments

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!

Not an issue anymore?

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!