File size: 550 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "ButterCMS Next.js 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": ""
    }
  }
}