text build

This commit is contained in:
2025-05-27 18:04:15 +03:00
parent 61f075ef41
commit 0880736b02
6 changed files with 845 additions and 57 deletions

View File

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