We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f5fb1 commit a11ea2aCopy full SHA for a11ea2a
2 files changed
lib/app.rb
@@ -74,7 +74,7 @@ class App < Sinatra::Application
74
use Rack::Deflater
75
use Rack::Static,
76
root: 'public',
77
- urls: %w(/assets /docs/ /images /favicon.ico /robots.txt /opensearch.xml /manifest.webapp /mathml.css),
+ urls: %w(/assets /docs/ /images /favicon.ico /robots.txt /opensearch.xml /mathml.css),
78
header_rules: [
79
[:all, {'Cache-Control' => 'no-cache, max-age=0'}],
80
['/assets', {'Cache-Control' => 'public, max-age=604800'}],
public/manifest.webapp
0 commit comments