-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serializer: more detailed docs / examples / confirmation it works #150
Comments
Further details and an update– My goal is to add I realized my last code was giving errors (
I noticed to access the node object–where sitemapEntries outputs:
So it seems the output of my serializer is valid; however, NB: I also tried I couldn't find any documentation, examples, or solutions online. Would be great to have one as changefreq and priority I assume would be the major use case for the serializer for most people using the plugin. |
Thank you @andrewdever for your research shared here, you saved my day! I was facing a similar issue with slugs coming from a WordPress source (issue just linked above) and the |
any chance to add images ? |
*I currently don't use ghost.org–but want to use this plugin for gatsby in general–so I'm posting feedback here.
I can't seem to get serializer working.
In
gatsby-config.js
I have: (NB: the rest of the plugin settings are fine, including the query for allBlogPost)sitemap-blogposts.xml
output: (NB: file was generated but no priority, changefreq, i.e. not serializer didn't impact output)1/ Is there an issue with my serializer code? Example/s in the docs would be tres helpful!
2/ Does Serializer only work for ghost.org queries?
The text was updated successfully, but these errors were encountered: