diff --git a/dashboard-frontend/nginx.conf b/dashboard-frontend/nginx.conf index d6d8553..4807e67 100644 --- a/dashboard-frontend/nginx.conf +++ b/dashboard-frontend/nginx.conf @@ -78,6 +78,11 @@ server { return 404; } + # Social bio redirects with UTM attribution + location = /tiktok { + return 302 "https://panicradar.ai/?utm_source=tiktok&utm_medium=social&utm_campaign=bio"; + } + # Static files - React SPA location / { try_files $uri $uri/ /index.html;