RELEASE: sample-v1
If you can read this page over HTTPS, the full pipeline works:
upload UI → release write → atomic current flip → Caddy serving.
- Stylesheet loaded via
/style.css→ absolute asset serving at root ✓ - SVG logo above rendered via
/logo.svg→ binary/static asset serving ✓ - Go to a second page (
/about.html) → multi-file + absolute links ✓
Absolute paths only resolve when the site is served at the root, so this
page rendering correctly confirms the folder-strip fix (contents land at
/, not /<foldername>/).
To verify a rollback later: upload again with sample-v2
(edit this badge), then roll back to sample-v1 from the upload UI.