diff --git a/preview/eleventy.config.mjs b/preview/eleventy.config.mjs index 061df390d..4ddba3208 100644 --- a/preview/eleventy.config.mjs +++ b/preview/eleventy.config.mjs @@ -8,7 +8,7 @@ import { sync } from 'glob'; */ const getCopyList = () => { let copy = { - "node_modules/@tabler/core/dist": "core", + "node_modules/@tabler/core/dist": "dist", "pages/favicon.ico": "favicon.ico", "static": "static", } diff --git a/preview/pages/_includes/layout/css.html b/preview/pages/_includes/layout/css.html index a71c1cb52..071c3c1bc 100644 --- a/preview/pages/_includes/layout/css.html +++ b/preview/pages/_includes/layout/css.html @@ -14,10 +14,10 @@ {% endfor %} {% endif %} - + {% for plugin in site.tablerCssPlugins %} - + {% endfor %} \ No newline at end of file diff --git a/preview/pages/_includes/layout/js.html b/preview/pages/_includes/layout/js.html index 13f7b2ff5..9a24e51e7 100644 --- a/preview/pages/_includes/layout/js.html +++ b/preview/pages/_includes/layout/js.html @@ -16,7 +16,7 @@ - +