We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Khity Khem • 6 years ago

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?

mark • 6 years ago

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.

JulianP • 6 years ago

How did you generate the files. I keep getting an error with something to do on core-js and it stops.

mark • 6 years ago

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.

DylanSloan • 6 years ago

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.

mark • 6 years ago

Yeah my linkages function is something I developed myself.

https://uploads.disquscdn.c...

GraysonPhillips • 6 years ago

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!

mark • 6 years ago

Yes, I struggled with this as well for such a long time.

I just didn't want others to go through it lol.