
配置 Vercel 优化大文件缓存性能
…”public”: true, “headers”: [ { “source”: “/(.*).(ttf|otf|woff2)”, “headers”: [ { “key”: “Cache-Control”, “value”: “public, max-age=31536000, immutable” } ] } ] } Code language: JSON / JSON with Comments (json) 具体代码可以参考:https://github.com/bestony/excalidraw/commit/50e48fd054ccb5fe6e8fe302d135e8f643ed20eb…





