Commit 0630f6f2 authored by Joel's avatar Joel

feat: vercel no api cache

parent 7a1b139f
{
"headers": [
{
"source": "/api/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "no-store, max-age=0"
},
{
"key": "Pragma",
"value": "no-cache"
}
]
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment