rsnext/examples/cms-sanity/vercel.json
Timothy d1c16124b5
Update instances of Now to Vercel where applicable (#13760)
This pull request renames various instances of `now` to `vercel` etc. in order to match content that's being updated on the Vercel platform.
2020-06-04 14:57:17 +00:00

12 lines
386 B
JSON

{
"env": {
"NEXT_EXAMPLE_CMS_SANITY_PREVIEW_SECRET": "@next_example_cms_sanity_preview_secret",
"NEXT_EXAMPLE_CMS_SANITY_API_TOKEN": "@next_example_cms_sanity_api_token",
"NEXT_EXAMPLE_CMS_SANITY_PROJECT_ID": "@next_example_cms_sanity_project_id"
},
"build": {
"env": {
"NEXT_EXAMPLE_CMS_SANITY_PROJECT_ID": "@next_example_cms_sanity_project_id"
}
}
}