Add pricing page, CR case study, update nav + nginx config

This commit is contained in:
2026-03-07 20:30:43 +08:00
parent 28abaea39b
commit c479f77baf
4 changed files with 863 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ server {
absolute_redirect off;
location / {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ $uri/index.html /index.html;
}
location /css/ {
@@ -23,5 +23,5 @@ server {
gzip_types text/html text/css application/javascript text/plain;
gzip_min_length 256;
error_page 404 /index.html;
error_page 404 /404.html;
}