Referral-column toggle applied after tables render (headers+cells stay in sync); nginx no-cache on index.html so deploys reach browsers

This commit is contained in:
Claude (via Marty)
2026-07-30 22:04:41 +00:00
parent 4e2d97af56
commit 63249c2b5d
3 changed files with 18 additions and 14 deletions
+1
View File
@@ -1,3 +1,4 @@
FROM nginx:alpine
COPY nginx-default.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80