Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/blog/studio-module-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ During this time, a loading state is shown while the production SQLite database
Install the module and configure your GitHub OAuth app to start editing content in production:

```bash
npx nuxi module add nuxt-studio
npx nuxi module add nuxt-studio@alpha
```

Check out the [setup guide](/docs/studio/setup) for complete installation and configuration instructions.
Expand Down
10 changes: 5 additions & 5 deletions docs/content/docs/9.studio/2.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@ Add the Nuxt Studio module to your project:

::code-group
```bash [pnpm]
pnpm add nuxt-studio
pnpm add nuxt-studio@alpha
```

```bash [npm]
npm install nuxt-studio
npm install nuxt-studio@alpha
```

```bash [yarn]
yarn add nuxt-studio
yarn add nuxt-studio@alpha
```

```bash [bun]
bun add nuxt-studio
bun add nuxt-studio@alpha
```
::

Alternatively, use the Nuxt CLI to automatically add the module:

```bash [Terminal]
npx nuxi module add nuxt-studio
npx nuxi module add nuxt-studio@alpha
```

## Configure
Expand Down
Loading