diff --git a/packages/astro/src/cli/add/index.ts b/packages/astro/src/cli/add/index.ts index 2f8b73d560f1..c38ab57c1ddc 100644 --- a/packages/astro/src/cli/add/index.ts +++ b/packages/astro/src/cli/add/index.ts @@ -148,12 +148,12 @@ export async function add(names: string[], { flags }: AddOptions) { ['node', 'astro add node'], ], Others: [ + ['db', 'astro add db'], ['tailwind', 'astro add tailwind'], - ['image', 'astro add image'], ['mdx', 'astro add mdx'], + ['markdoc', 'astro add markdoc'], ['partytown', 'astro add partytown'], ['sitemap', 'astro add sitemap'], - ['prefetch', 'astro add prefetch'], ], }, description: `For more integrations, check out: ${cyan('https://astro.build/integrations')}`,