Improve cost estimator controls and print view
This commit is contained in:
parent
b4a6cf6067
commit
545a341efb
2 changed files with 283 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue