diff options
Diffstat (limited to 'examples/framework-lit/astro.config.mjs')
-rw-r--r-- | examples/framework-lit/astro.config.mjs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/framework-lit/astro.config.mjs b/examples/framework-lit/astro.config.mjs index 20f741ec6..e4cabec8f 100644 --- a/examples/framework-lit/astro.config.mjs +++ b/examples/framework-lit/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-lit' - ] -};
\ No newline at end of file + renderers: ['@astrojs/renderer-lit'], +}; |