Make rates installable as a PWA
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b90f6bcbd6
commit
4eea566799
7 changed files with 4055 additions and 15 deletions
|
|
@ -1,4 +1,20 @@
|
|||
server {
|
||||
location = /rates/manifest.webmanifest {
|
||||
default_type application/manifest+json;
|
||||
add_header Cache-Control "no-cache";
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location = /rates/sw.js {
|
||||
add_header Cache-Control "no-cache";
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location = /rates/registerSW.js {
|
||||
add_header Cache-Control "no-cache";
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue