-
Notifications
You must be signed in to change notification settings - Fork 9
/
datocms.json
32 lines (32 loc) · 1023 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
29
30
31
32
{
"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/205/1724222109-landingdemofrontend.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",
"postDeploy": {
"type": "apiCall",
"url": "/api/post-install",
"description": "Setting up plugins..."
}
}