From 50f82e1a53ec5329990ee66fe62adba3fcbcb9e6 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Tue, 20 Jul 2021 04:07:49 +0000 Subject: [ci] yarn format --- examples/framework-react/astro.config.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/framework-react/astro.config.mjs') 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'], }; -- cgit v1.2.3