Reove: references to Lit (#4305)

This commit is contained in:
Peter Singh 2022-08-13 17:59:58 +01:00 committed by GitHub
parent 2bb4e3b812
commit 6a90f6a941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,10 @@ import react from '@astrojs/react';
import svelte from '@astrojs/svelte';
import vue from '@astrojs/vue';
import solid from '@astrojs/solid-js';
import lit from '@astrojs/lit';
// https://astro.build/config
export default defineConfig({
// Enable many frameworks to support all different kinds of components.
integrations: [preact(), react(), svelte(), vue(), solid(), lit()],
integrations: [preact(), react(), svelte(), vue(), solid()],
});