diff options
Diffstat (limited to 'examples/tailwindcss/tailwind.config.js')
-rw-r--r-- | examples/tailwindcss/tailwind.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tailwindcss/tailwind.config.js b/examples/tailwindcss/tailwind.config.js index 279237052..9b380cc46 100644 --- a/examples/tailwindcss/tailwind.config.js +++ b/examples/tailwindcss/tailwind.config.js @@ -1,4 +1,4 @@ module.exports = { mode: 'jit', - purge: ['./public/**/*.html', './astro/**/*.{astro,js,jsx,ts,tsx,vue}'], + purge: ['./public/**/*.html', './src/**/*.{astro,js,jsx,ts,tsx,vue}'], }; |