Skip to content

Commit

Permalink
Reove: references to Lit (#4305)
Browse files Browse the repository at this point in the history
  • Loading branch information
aFuzzyBear authored Aug 13, 2022
1 parent 2bb4e3b commit 6a90f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/framework-multiple/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
});

0 comments on commit 6a90f6a

Please sign in to comment.