sui-explorer-local
Version:
Local Sui Explorer
21 lines (20 loc) • 345 B
JSON
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [{ "source": "/(.*)", "destination": "/" }],
"git": {
"deploymentEnabled": {
"gh-pages": false
}
},
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{
"key": "cache-control",
"value": "public,max-age=31536000,immutable"
}
]
}
]
}