-
Notifications
You must be signed in to change notification settings - Fork 0
/
datocms.json
28 lines (28 loc) · 938 Bytes
/
datocms.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
{
"name": "Marketing Website",
"description": "Offers typed GraphQL queries, Tailwind, multi-language, Web Previews, real-time updates in Preview Mode, SEO/Readability analysis, and much more!",
"previewImage": "https://www.datocms-assets.com/104169/1692326020-demopreview.png",
"livePreviewUrl": "https://company-website-demo-preview.vercel.app/",
"datocmsProjectId": "105705",
"deploymentType": "static",
"environmentVariables": {
"DATOCMS_READONLY_API_TOKEN": {
"type": "datocmsAccessToken",
"tokenName": "Read-only API token"
},
"SEO_SECRET_TOKEN": {
"type": "string",
"value": "superSecretToken"
},
"DRAFT_SECRET_TOKEN": {
"type": "string",
"value": "superSecretToken"
},
"CACHE_INVALIDATION_SECRET_TOKEN": {
"type": "string",
"value": "superSecretToken"
}
},
"buildCommand": "npm run build",
"postInstallUrl": "/api/post-install"
}