Cargar webfonts usando vercel

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