Skip to content

Instantly share code, notes, and snippets.

@swsalim
Last active May 31, 2021 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swsalim/82ba4033e0966745010b431df8632d70 to your computer and use it in GitHub Desktop.
Save swsalim/82ba4033e0966745010b431df8632d70 to your computer and use it in GitHub Desktop.
Nuxt.js with Prismic module
{
buildModules: [
'@nuxtjs/prismic'
],
prismic: {
endpoint: 'https://<REPOSITORY>.cdn.prismic.io/api/v2',
modern: true
/* see configuration for more */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment