Home / File/ vercel.json — react Source File

vercel.json — react Source File

Architecture documentation for vercel.json, a json file in the react codebase.

Entity Profile

Source Code

{
 "headers": [
    {
      "source": "/fonts/(.*).woff2",
      "headers": [
        {
          "key": "Cache-Control",
          "value": "public, max-age=31536000, immutable"
        }
      ]
    }
  ]
}

Frequently Asked Questions

What does vercel.json do?
vercel.json is a source file in the react codebase, written in json.
Where is vercel.json in the architecture?
vercel.json is located at compiler/apps/playground/vercel.json (directory: compiler/apps/playground).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free