Aplikacja kelnera jako PWA
This commit is contained in:
9
public/waiter/.htaccess
Normal file
9
public/waiter/.htaccess
Normal file
@@ -0,0 +1,9 @@
|
||||
<IfModule mod_mime.c>
|
||||
AddType application/manifest+json .webmanifest
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "^(index\.php|manifest\.webmanifest|sw\.js)$">
|
||||
Header set Cache-Control "no-cache"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user