feat: launch Chat Assistant product page

This commit is contained in:
2026-09-11 09:02:19 +08:00
parent 8506e497a6
commit bfe7a8d49c
11 changed files with 517 additions and 4 deletions
+5
View File
@@ -9,6 +9,11 @@ server {
return 301 /products/roncarve-harness/;
}
location = /products/chat-assistant {
absolute_redirect off;
return 301 /products/chat-assistant/;
}
location / {
try_files $uri $uri/ /index.html;
}