diff --git a/tailwind.config.js b/tailwind.config.js index 32b3139..8606ce3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,7 +1,7 @@ import defaultTheme from 'tailwindcss/defaultTheme'; import typographyPlugin from '@tailwindcss/typography'; -module.exports = { +export default { content: ['./src/**/*.{astro,html,js,jsx,json,md,mdx,svelte,ts,tsx,vue}'], theme: { extend: {