summaryrefslogtreecommitdiff
path: root/examples/with-nanostores/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores/astro.config.mjs')
-rw-r--r--examples/with-nanostores/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/astro.config.mjs b/examples/with-nanostores/astro.config.mjs
index 05b7f0961..fcabea809 100644
--- a/examples/with-nanostores/astro.config.mjs
+++ b/examples/with-nanostores/astro.config.mjs
@@ -9,7 +9,7 @@ export default {
},
devOptions: {
// port: 3000, // The port to run the dev server on.
- tailwindConfig: './tailwind.config.js', // Path to tailwind.config.js if used, e.g. './tailwind.config.js'
+ // tailwindConfig: './tailwind.config.js', // Path to tailwind.config.js if used, e.g. './tailwind.config.js'
},
renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react', '@astrojs/renderer-svelte', '@astrojs/renderer-vue'],
};