Skip to content

Commit

Permalink
👽️ Made a Primsic.io connection #14
Browse files Browse the repository at this point in the history
  • Loading branch information
M4TThys123 committed Jan 23, 2023
1 parent 424613e commit 8ca7a5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/lib/vendors/prismicClient.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import * as prismic from "@prismicio/client"

const repositoryName = "jbinstallatieservice"

const createClient = (params) => {
const client = prismic.createClient(repositoryName, params)

return client
}

export default createClient

1 comment on commit 8ca7a5d

@vercel
Copy link

@vercel vercel bot commented on 8ca7a5d Jan 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.