Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dashboard-frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading