diff options
Diffstat (limited to 'examples/framework-lit/astro.config.mjs')
-rw-r--r-- | examples/framework-lit/astro.config.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-lit/astro.config.mjs b/examples/framework-lit/astro.config.mjs index 6a053bcc5..0e5346799 100644 --- a/examples/framework-lit/astro.config.mjs +++ b/examples/framework-lit/astro.config.mjs @@ -8,6 +8,6 @@ // @ts-check export default /** @type {import('astro').AstroUserConfig} */ ({ - // Enable the lit renderer to support LitHTML components and templates. - renderers: ['@astrojs/renderer-lit'], + // Enable the lit renderer to support LitHTML components and templates. + renderers: ['@astrojs/renderer-lit'], }); |