Improve cost estimator controls and print view

This commit is contained in:
Neeldhara Misra 2026-07-06 23:13:42 +05:30
parent b4a6cf6067
commit 545a341efb
2 changed files with 283 additions and 11 deletions

View file

@ -9,6 +9,10 @@ server {
return 302 "https://events.neeldhara.com/?year=$1#events";
}
location = /gh-cost-estimator {
return 301 "https://events.neeldhara.com/gh-cost-estimator/";
}
location / {
try_files $uri $uri/ =404;
}