From bf0f43f0ec86b5d4de1aa226809f95ed292a72ad Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Mon, 4 Jul 2022 12:51:35 +0200 Subject: [PATCH] fix: component preview --- app/views/layouts/component_preview.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/component_preview.html.haml b/app/views/layouts/component_preview.html.haml index cc9cebe04..ada6600eb 100644 --- a/app/views/layouts/component_preview.html.haml +++ b/app/views/layouts/component_preview.html.haml @@ -13,7 +13,7 @@ = favicon_link_tag(image_url("#{FAVICON_32PX_SRC}"), type: "image/png", sizes: "32x32") = favicon_link_tag(image_url("#{FAVICON_96PX_SRC}"), type: "image/png", sizes: "96x96") - = javascript_packs_with_chunks_tag 'application', defer: true + = vite_javascript_tag 'application' = preload_link_tag(asset_url("Muli-Regular.woff2")) = preload_link_tag(asset_url("Muli-Bold.woff2"))