diff --git a/services/web/app/views/layout/layout-no-js.pug b/services/web/app/views/layout/layout-no-js.pug index 4ddc624502..c86721a810 100644 --- a/services/web/app/views/layout/layout-no-js.pug +++ b/services/web/app/views/layout/layout-no-js.pug @@ -12,8 +12,7 @@ html(lang="en") link(rel="icon", href="/favicon.ico") - if entrypointStyles - each file in entrypointStyles('main') - link(rel='stylesheet', href=file) + if buildCssPath + link(rel="stylesheet", href=buildCssPath()) block body