@@ -66,29 +66,29 @@ export default async function add(names: string[], { cwd, flags, logging, teleme
66
66
[ '--yes' , 'Accept all prompts.' ] ,
67
67
[ '--help' , 'Show this help message.' ] ,
68
68
] ,
69
- 'Recommended: UI Frameworks' : [
69
+ 'UI Frameworks' : [
70
70
[ 'react' , 'astro add react' ] ,
71
71
[ 'preact' , 'astro add preact' ] ,
72
72
[ 'vue' , 'astro add vue' ] ,
73
73
[ 'svelte' , 'astro add svelte' ] ,
74
74
[ 'solid-js' , 'astro add solid-js' ] ,
75
75
[ 'lit' , 'astro add lit' ] ,
76
+ [ 'alpine' , 'astro add alpine' ] ,
76
77
] ,
77
- 'Recommended: Hosting ' : [
78
+ 'SSR Adapters ' : [
78
79
[ 'netlify' , 'astro add netlify' ] ,
79
80
[ 'vercel' , 'astro add vercel' ] ,
80
- [ 'cloudflare' , 'astro add cloudflare' ] ,
81
81
[ 'deno' , 'astro add deno' ] ,
82
+ [ 'cloudflare' , 'astro add cloudflare' ] ,
83
+ [ 'node' , 'astro add node' ] ,
82
84
] ,
83
- 'Recommended: Integrations' : [
85
+ Others : [
84
86
[ 'tailwind' , 'astro add tailwind' ] ,
87
+ [ 'image' , 'astro add image' ] ,
88
+ [ 'mdx' , 'astro add mdx' ] ,
85
89
[ 'partytown' , 'astro add partytown' ] ,
86
90
[ 'sitemap' , 'astro add sitemap' ] ,
87
- ] ,
88
- 'Example: Add an SSR Adapter' : [
89
- [ 'netlify' , 'astro add netlify' ] ,
90
- [ 'vercel' , 'astro add vercel' ] ,
91
- [ 'deno' , 'astro add deno' ] ,
91
+ [ 'prefetch' , 'astro add prefetch' ] ,
92
92
] ,
93
93
} ,
94
94
description : `For more integrations, check out: ${ cyan ( 'https://astro.build/integrations' ) } ` ,
0 commit comments