diff options
Diffstat (limited to 'examples/framework-react/astro.config.mjs')
-rw-r--r-- | examples/framework-react/astro.config.mjs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/framework-react/astro.config.mjs b/examples/framework-react/astro.config.mjs index f0e022923..da818c2be 100644 --- a/examples/framework-react/astro.config.mjs +++ b/examples/framework-react/astro.config.mjs @@ -11,7 +11,5 @@ export default { // port: 3000, // The port to run the dev server on. // tailwindConfig: '', // Path to tailwind.config.js if used, e.g. './tailwind.config.js' }, - renderers: [ - '@astrojs/renderer-react' - ] + renderers: ['@astrojs/renderer-react'], }; |