/ fleek.config.json
fleek.config.json
1  {
2    "sites": [
3      {
4        "slug": "limited-island-fat",
5        "distDir": "dist",
6        "buildCommand": "npm run build"
7      }
8    ]
9  }