rsnext/examples/cms-buttercms/app.json
Maria Violante fec5318e91
Update buttercms example (#35436)
* remove old buttercms project files

* Updated .gitignore

* Add new buttercms files

* Add readme and remove name from package.json

* fix linting error

* Fix eslint

* Update examples/cms-buttercms/.gitignore

Co-authored-by: Lee Robinson <me@leerob.io>

* renamed .env.sample > .env.local.example

* remove dangerously allow svg

* Update examples/cms-buttercms/package.json

Co-authored-by: Lee Robinson <me@leerob.io>
2022-05-03 12:41:27 +02:00

18 lines
549 B
JSON

{
"name": "ButterCMS NextJS Starter Project ",
"description": "Drop-in proof-of-concept NextJs app, fully integrated with your ButterCMS account.",
"repository": "https://github.com/ButterCMS/nextjs-starter-buttercms",
"logo": "https://cdn.buttercms.com/R3fbtvoRT2CqEQSmk8hb",
"keywords": ["Next.js", "buttercms", "cms", "blog"],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"NEXT_PUBLIC_BUTTER_CMS_API_KEY": {
"description": "The API token of your ButterCMS account",
"value": ""
}
}
}