Reove: references to Lit (#4305)
This commit is contained in:
parent
2bb4e3b812
commit
6a90f6a941
1 changed files with 2 additions and 2 deletions
|
@ -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()],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue