GladysProject/Gladys

View on GitHub
front/netlify.toml

Summary

Maintainability
Test Coverage
[[headers]]
  for = "/sw.js"
  [headers.values]
    cache-control = '''
    max-age=0,
    no-cache,
    no-store,
    must-revalidate'''

[[headers]]
  for = "/sw-esm.js"
  [headers.values]
    cache-control = '''
    max-age=0,
    no-cache,
    no-store,
    must-revalidate'''

[[redirects]]
  from = "/*"
  to = "/index.html"
  status = 200