We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
I actually didn't modify any code to develop the search functionality.
I skimmed through Prismic's Fulltext Search section.
I kind of forked some of my own code from the loadMorePosts function.
How did you generate the files. I keep getting an error with something to do on core-js and it stops.
core-js 3 seems to be having a lot of issues.
I switched to core-js 2 (specifically 2.6.10) and nuxt was able to generate the static files.
How did you pregenerate the blog posts? I skimmed through your nuxt.js file and you seem to be using a map function to sort through each post.
Yeah my linkages function is something I developed myself.
Thank you so much. The documentation did not go over this specifically. Struggled through it for quite some time, but your video makes it much clearer!
Yes, I struggled with this as well for such a long time.
I just didn't want others to go through it lol.
hi mark, thank you for the video. I just have one question about graphql. how did you implement search? i mean like did you modify code from the docs?