diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 4d532e0..9e016b6 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -6,7 +6,7 @@ server { root /usr/share/nginx/html; index index.html index.htm; - try_files $uri $uri/ /index.html; # Redirect all non-static routes to index.html + try_files $uri $uri/ /index.html; } error_page 404 /index.html; diff --git a/frontend/src/components/ActiveSearchList.vue b/frontend/src/components/ActiveSearchList.vue index 8d45e4b..b26189e 100644 --- a/frontend/src/components/ActiveSearchList.vue +++ b/frontend/src/components/ActiveSearchList.vue @@ -40,7 +40,14 @@ function highlightText(text: string, searchterm: string) {