diff --git a/preview/astro.config.mjs b/preview/astro.config.mjs index 3657c45f7..4f25053f1 100644 --- a/preview/astro.config.mjs +++ b/preview/astro.config.mjs @@ -116,13 +116,6 @@ export default defineConfig({ to: path('./public/preview'), label: '@tabler/preview', }, - { - // docs.css built by the @tabler/docs sass pipeline (used by docs pages) - from: path('../docs/dist/css'), - to: path('./public/css'), - label: '@tabler/docs', - required: false, - }, { // static assets (photos, avatars, tracks, brand svgs...). The real source, // because preview/static is a symlink that may not survive deployment packaging.