feat: migrate to VitePress from monorepo docs, add test-contour section
This commit is contained in:
+3
-3
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user