text build

This commit is contained in:
2025-05-27 12:46:45 +03:00
parent ab5b830222
commit bac9489433
3 changed files with 13 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=2678400"
"value": "public, max-age=0, must-revalidate"
}
]
},
@@ -44,5 +44,10 @@
}
]
}
]
],
"routes": [
{ "src": "/css/index.css", "dest": "/css/index.css" }
],
"buildCommand": "bash build.sh",
"outputDirectory": "public"
}