1{
2  "headers": [
3    {
4      "source": "static/**/*.js",
5      "headers": [
6        {
7          "key": "Cache-Control",
8          "value": "public, max-age=31536000, immutable"
9        }
10      ]
11    }
12  ]
13}
14