diff --git a/tailwind.config.js b/tailwind.config.js index 8a99a3b..185c062 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -58,7 +58,7 @@ module.exports = { // Learn more on https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css enabled: process.env.NODE_ENV === 'production', content: [ - 'components-helpdev-storyblok/**/*.vue', + 'node_modules/components-helpdev-storyblok/**/*.vue', 'components/**/*.vue', 'layouts/**/*.vue', 'pages/**/*.vue',