feat: launch Chat Assistant product page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user