diff options
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r-- | examples/with-tailwindcss/astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/astro.config.mjs b/examples/with-tailwindcss/astro.config.mjs index e94cfab62..878577d74 100644 --- a/examples/with-tailwindcss/astro.config.mjs +++ b/examples/with-tailwindcss/astro.config.mjs @@ -10,7 +10,7 @@ export default /** @type {import('astro').AstroUserConfig} */ ({ // Enable Tailwind by telling Astro where your Tailwind config file lives. devOptions: { - tailwindConfig: './tailwind.config.js', + tailwindConfig: './tailwind.config.js', }, // Enable the Preact renderer to support Preact JSX components. renderers: ['@astrojs/renderer-preact'], |