diff options
Diffstat (limited to 'packaging/caddy/meshbay.org.Caddyfile')
| -rw-r--r-- | packaging/caddy/meshbay.org.Caddyfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/caddy/meshbay.org.Caddyfile b/packaging/caddy/meshbay.org.Caddyfile index c161202..7eaa336 100644 --- a/packaging/caddy/meshbay.org.Caddyfile +++ b/packaging/caddy/meshbay.org.Caddyfile @@ -11,10 +11,10 @@ # /sw.js the service worker MUST stay at the root or its scope stops # covering the pages it intercepts downloads for. A 404 here # silently breaks streamed downloads on Firefox and Safari. -# /a/<hash>/* the versioned module graph. The old snippet in -# devel-phases-next.md proxied `/style.css` and `/*.js`, which -# matches neither this prefix nor /locales/*.js — it predates -# asset versioning and would 404 the entire bundle. +# /a/<hash>/* the versioned module graph. The old snippet proxied +# `/style.css` and `/*.js`, which matches neither this prefix +# nor /locales/*.js — it predates asset versioning and would +# 404 the entire bundle. # /style.css old bookmarks, still served unversioned by the hub. # # Deployment: the site is NOT pushed by the hub deploy procedure. Sync it |