feat: migrate to VitePress from monorepo docs, add test-contour section

This commit is contained in:
sova-bootstrap
2026-05-28 12:29:31 +03:00
parent e90dfe1bd4
commit e3e438df68
76 changed files with 11998 additions and 60 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ server {
index index.html;
location / {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ $uri/index.html /index.html;
}
location ~* \.(md|html|css|js|json)$ {
add_header Cache-Control "no-cache";
location ~* \.(html|css|js|json|svg|woff2?|png|jpg|jpeg|gif|ico)$ {
add_header Cache-Control "public, max-age=3600";
}
}