Closed adylanrff closed 4 years ago
@adylanrff is attempting to deploy a commit to a Personal Account owned by Irfan Maulana on Vercel.
@mazipan first needs to authorize it.
Hi @mazipan can you authorize the deployment for this PR? As per this documentation, I want to see from the X-Vercel-Cache
whether it is working well or not
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/mazipan/buku-saku-pramuka/1y0ebq0km
✅ Preview: https://buku-saku-pramuka-git-feat-adylanvercel-cache-config.mazipan.vercel.app
Let me know when you finish the testing ya
Apparently the cache seems to always miss. I need to dive deeper into this. (Or is there any mechanism that I dont know of?)
How about Cache-Control
header? Can you see it? @adylanrff
How about
Cache-Control
header? Can you see it? @adylanrff
Yes, I could, but it shows max_age=0
which means the config apparently does not override the default one.
I already check using https://httpstatus.io/
Add
vercel.json
config to the root project directory. Currently it only contains theHeader
Currently I use86400
for the max-age.Please review 🙏 ps: This is my first Vercel related PR, inputs are very welcomed