mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-01 16:49:22 +00:00
1
This commit is contained in:
parent
b77fd04b4e
commit
9f3920e8b7
22
vercel.json
Normal file
22
vercel.json
Normal 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
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user