We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d76fb3 commit 2cfe2deCopy full SHA for 2cfe2de
docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue
@@ -24,6 +24,7 @@ import logoRemix from './images/remix.svg'
24
import logoSvelte from './images/svelte.svg'
25
import logoLaravel from './images/laravel.svg'
26
import logoEmber from './images/ember.svg'
27
+import logoPreact from './images/preact.svg'
28
29
/**
30
* The frameworks and tools to display in this section.
@@ -71,6 +72,13 @@ const frameworks: Framework[] = [
71
72
url: 'https://svelte.dev/',
73
visible: ref(false),
74
},
75
+ {
76
+ name: 'Preact',
77
+ logo: logoPreact,
78
+ color: '#673ab8',
79
+ url: 'https://preactjs.com/',
80
+ visible: ref(false),
81
+ },
82
{
83
name: 'Astro',
84
logo: logoAstro,
docs/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg
0 commit comments