md-wechat/edgeone.json
wood chen 8d26015110 chore: update package.json and add edgeone.json
Update package.json script and dependencies, add edgeone.json configuration file.
2024-12-14 14:54:07 +08:00

19 lines
324 B
JSON

{
"name": "md-wechat",
"buildCommand": "npm run build:h5-netlify",
"installCommand": "npm i",
"outputDirectory": "dist",
"nodeVersion": "22.11.0",
"headers": [
{
"source": "/*",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=0"
}
]
}
]
}