Skip to content

Instantly share code, notes, and snippets.

@swsalim
Last active May 31, 2021 08:04
Show Gist options
  • Select an option

  • Save swsalim/82ba4033e0966745010b431df8632d70 to your computer and use it in GitHub Desktop.

Select an option

Save swsalim/82ba4033e0966745010b431df8632d70 to your computer and use it in GitHub Desktop.

Revisions

  1. swsalim renamed this gist May 31, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. swsalim created this gist May 31, 2021.
    10 changes: 10 additions & 0 deletions nuxt-config-prismic.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    buildModules: [
    '@nuxtjs/prismic'
    ],
    prismic: {
    endpoint: 'https://<REPOSITORY>.cdn.prismic.io/api/v2',
    modern: true
    /* see configuration for more */
    }
    }