-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatocms.json
31 lines (31 loc) · 1.03 KB
/
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
{
"name": "nextjs-dato-tailwind-template",
"description": "A template project featuring Next.js, Shadcn UI, Tailwind CSS, and built-in i18n support.",
"previewImage": "https://www.datocms-assets.com/119644/1708044654-screenshot-2024-02-15-at-19-49-59-blog-example-with-datocms.png",
"livePreviewUrl": "https://nextjs-dato-tailwind-template-icvunxy3l-duy-the-developer.vercel.app/en",
"datocmsProjectId": "119644",
"deploymentType": "vercel",
"environmentVariables": {
"DATOCMS_BACKEND_URL": {
"type": "datocmsProjectUrl"
},
"NEXT_DATOCMS_READ_ONLY_API_TOKEN": {
"type": "datocmsAccessToken",
"tokenName": "Read-only API token"
},
"NEXT_DATOCMS_API_TOKEN": {
"type": "datocmsAccessToken",
"tokenName": "Full-access API token"
},
"NEXT_DATOCMS_PREVIEW_SECRET": {
"type": "string",
"value": "shhh"
},
"NEXT_BASE_URL": {
"type": "string",
"value": "http://localhost:3000"
}
},
"buildCommand": "yarn build",
"postInstallUrl": "/api/post-install"
}