forked from sanity-io/sanity-template-nextjs-landing-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-values-production.json
36 lines (36 loc) · 1 KB
/
template-values-production.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"repository": {
"name": "dev-sanity-nextjs-landing-pages",
"owner": "mariuslundgard",
"private": false
},
"sanity": {
"dataset": "landing-pages",
"projectId": "jmhf2rn8",
"projectTitle": "Next.js landing pages"
},
"user": {
"displayName": "Marius Lundgård",
"profileImage": "https://lh3.googleusercontent.com/-a67P3TV8b5g/AAAAAAAAAAI/AAAAAAAAADI/LGBX1ZAjh88/photo.jpg",
"email": "[email protected]"
},
"userInput": {},
"deployments": {
"studio": {
"url": "https://sanity-gatsby-blog-studio-rf4qpk9y.netlify.com/",
"providerName": "netlify",
"providerInfo": {
"buildHookId": "5cc04d5199df1802277a6e91",
"siteId": "b3b7bb87-000f-42a3-9ed3-83358be97dde"
}
},
"web": {
"url": "https://sanity-gatsby-blog-web-skupqnos.netlify.com/",
"providerName": "netlify",
"providerInfo": {
"buildHookId": "5caf2962008b0b042f8df19a",
"siteId": "7e740745-2e2e-4427-be81-aded75334337"
}
}
}
}