Diff for withastro/docs/src/content/docs/en/recipes/add-yaml-support.mdx since 2024-12-17

src/content/docs/en/recipes/add-yaml-support.mdx CHANGED Update add-yaml-support.mdx (#11252) • by StefonSimmons
@@ -27,7 +27,7 @@ Astro builds on top of Vite, and supports both Vite and Rollup plugins. This rec
27
27
  </Fragment>
28
28
  <Fragment slot="yarn">
29
29
  ```shell
30
- yarn add @rollup/plugin-yaml --save-dev
30
+ yarn add @rollup/plugin-yaml --dev
31
31
  ```
32
32
  </Fragment>
33
33
  </PackageManagerTabs>