Skip to content

Commit 866a6aa

Browse files
committed
docs: remove @rc version constraint
1 parent ed400fa commit 866a6aa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/content/1.get-started/1.installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ description: Using image module in your Nuxt project is only one command away.
77
You are reading the `v1` documentation compatible with **Nuxt 3**. :br Checkout [v0.image.nuxtjs.org](https://v0.image.nuxtjs.org/getting-started/installation) for **Nuxt 2** compatible version. ([Announcement](https://github.com/nuxt/image/discussions/548)).
88
::
99

10-
Add `@nuxt/image@rc` dependency to your project:
10+
Add `@nuxt/image` dependency to your project:
1111

1212
::code-group
1313
```bash [pnpm]
14-
pnpm add @nuxt/image@rc
14+
pnpm add @nuxt/image
1515
```
1616
```bash [yarn]
17-
yarn add @nuxt/image@rc
17+
yarn add @nuxt/image
1818
```
1919
```bash [npm]
20-
npm install @nuxt/image@rc
20+
npm install @nuxt/image
2121
```
2222
::
2323

@@ -96,15 +96,15 @@ If an error occurs during installation:
9696

9797
::code-group
9898
```bash [pnpm]
99-
pnpm up @nuxt/image@rc
99+
pnpm up @nuxt/image
100100
```
101101

102102
```bash [yarn]
103-
yarn upgrade @nuxt/image@rc
103+
yarn upgrade @nuxt/image
104104
```
105105

106106
```bash [npm]
107-
npm up @nuxt/image@rc
107+
npm up @nuxt/image
108108
```
109109
::
110110

docs/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ useSeoMeta({
1313
ogImage: 'https://image.nuxt.com/social-card.png',
1414
twitterImage: 'https://image.nuxt.com/social-card.png',
1515
})
16-
const source = ref('npm i @nuxt/image@rc')
16+
const source = ref('npm i @nuxt/image')
1717
const { copy, copied } = useClipboard({ source })
1818
1919
const providers = ['cloudflare', 'cloudimage', 'cloudinary', 'directus', 'edgio', 'fastly', 'glide', 'gumlet', 'imageengine', 'imagekit', 'imgix', 'ipx', 'netlify', 'prepr', 'prismic', 'sanity', 'storyblok', 'strapi', 'twicpics', 'unsplash', 'uploadcare', 'vercel']

0 commit comments

Comments
 (0)