fix in routing

This commit is contained in:
Илья Глазунов
2025-12-03 02:14:05 +03:00
parent 1b462bd5f0
commit 2d445462c2
2 changed files with 5 additions and 8 deletions
+1 -8
View File
@@ -22,18 +22,11 @@ extensions:
- type: routing
config:
regex_locations:
"=/":
root: "./docs"
index_file: "index.html"
"~*\\.(css)$":
root: "./docs"
cache_control: "public, max-age=3600"
"~*\\.html$":
root: "./docs"
cache_control: "no-cache"
"__default__":
root: "./docs"
index_file: "index.html"
cache_control: "no-cache"