Skip to content

Commit

Permalink
add/cli: update list of integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashReddy3108 authored Apr 18, 2024
1 parent 5750ad1 commit 6954176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/cli/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')}`,
Expand Down

0 comments on commit 6954176

Please sign in to comment.