mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Add manifest.webapp to the list of static files
This commit is contained in:
parent
85380f80f5
commit
21e186d6b1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class App < Sinatra::Application
|
|||
use Rack::Deflater
|
||||
use Rack::Static,
|
||||
root: 'public',
|
||||
urls: %w(/assets /docs /images /favicon.ico /robots.txt /opensearch.xml),
|
||||
urls: %w(/assets /docs /images /favicon.ico /robots.txt /opensearch.xml /manifest.webapp),
|
||||
header_rules: [
|
||||
[:all, {'Cache-Control' => 'private, max-age=0'}],
|
||||
['/assets', {'Cache-Control' => 'public, max-age=604800'}],
|
||||
|
|
Loading…
Reference in a new issue