Feedback on a Prismic specific sitemap package

Hi there,

So I took the idea that was live streamed a while back for Sitemaps with Prismic and just using Node packages to generate them at build time.

I implemented it in a production website, naturally not wanting to rebuild it again I made a package.

It's probably pretty simple for the most part. But cause I have tested it, I was wondering if this would be a good place to get some feedback from those who use Prismic.

Currently it is built for Next.JS, there is a Next plugin for sitemaps, but I have a branch for the Next integration (just needs some refinement)

Is the Uncategorized one alright to post this in then?

1 Like

Sorry, I forgot the link :grimacing:

1 Like

Hey Reece, this is so awesome! Great use of the sitemap package. I've dug through the code a bit but found a blocking issue when trying to get it up and running in my Next.js site. I've added an issue to your Github repo, I hope that's alright.

Thanks again for sharing this. I'm excited to get it up and running on my site.

Alex

1 Like

Hey Alex, thank you by two for the feedback on GitHub and having a look at the package :+1: :grinning_face_with_smiling_eyes:

I'm busy fixing the issue now for that