1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-01 16:49:22 +00:00
This commit is contained in:
SunWuyuan 2025-02-23 14:52:08 +08:00
parent b77fd04b4e
commit 9f3920e8b7
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

22
vercel.json Normal file
View File

@ -0,0 +1,22 @@
{
"rewrites": [
{
"source": "/:path*",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/:path*",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
}
],
"github": {
"silent": true
}
}