• v0.2.2 97744897f0

    fix: move /docs route before express.static to fix CSP headers
    All checks were successful
    Promote to Production / Deploy to Production (push) Successful in 1m15s
    Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m8s

    Ghost released this 2026-02-18 14:51:35 +01:00 | 168 commits to main since this release

    express.static was serving docs.html before the /docs route handler,
    causing Helmet default CSP to be used instead of the custom Swagger UI CSP.
    This blocked unsafe-eval and blob: workers needed by Swagger UI.

    Downloads