Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
mod bug
Browse files Browse the repository at this point in the history
  • Loading branch information
34dsilva committed Jul 11, 2020
1 parent 9fe7d69 commit 59adf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
resolve: 'gatsby-source-prismic',
options: {
repositoryName: 'gatsby-starter-portfolio-bella',
accessToken: `${process.env.API_KEY}`,
API_KEY: `${process.env.API_KEY}`,
linkResolver: ({ node, key, value }) => doc => `/${doc.uid}`,
htmlSerializer: ({ node, key, value }) => (type, element, content, children) => {
// Your HTML serializer
Expand Down

0 comments on commit 59adf58

Please sign in to comment.