Skip to content

Commit

Permalink
Add the prismic endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
levimykel committed Jun 19, 2018
1 parent 8fc64d4 commit 1ca77c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/index.html
Expand Up @@ -9,6 +9,11 @@
<link rel="stylesheet" href="/stylesheets/vendors/help.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600" rel="stylesheet" type="text/css">
<script>
window.prismic = {
endpoint: 'https://your-repo-name.prismic.io/api/v2'
};
</script>
<script type="text/javascript" src="//static.cdn.prismic.io/prismic.min.js"></script>
<!--
Notice the use of %PUBLIC_URL% in the tag above.
Expand Down

0 comments on commit 1ca77c7

Please sign in to comment.