-
-
Notifications
You must be signed in to change notification settings - Fork 12
[Bug] sitemap.xml not deployed with deploy.sh #31
Copy link
Copy link
Open
Labels
good first issueIssue that doesn't require previous experience with this project.Issue that doesn't require previous experience with this project.help wantedIssue with a clear description that the community can help with.Issue with a clear description that the community can help with.status: confirmedIssue with steps to reproduce the bug that’s been verified by at least one reviewer.Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
Metadata
Metadata
Assignees
Labels
good first issueIssue that doesn't require previous experience with this project.Issue that doesn't require previous experience with this project.help wantedIssue with a clear description that the community can help with.Issue with a clear description that the community can help with.status: confirmedIssue with steps to reproduce the bug that’s been verified by at least one reviewer.Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
Hello,
It seems that the sitemap.xml which can be handy for SEO does not deploy with
deploy.sh.I'm not sure if that's on purpose or perhaps overlooked. I replicated this on both my and your demo blog.
I suspect it can be related to this here which says
Sitemap: http://localhost:2368/sitemap.xmlOn local host it's accessible.Ghost blog default blog has it here https://ghost.org/blog/sitemap.xml
Am I missing something here perhaps?