Skip to content

Commit 36bb163

Browse files
authored
doc: fix nuxt auth starter link (#463)
1 parent 4f175f6 commit 36bb163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/quick-start/nuxt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Although authentication is not the focus of the project, we need a basic signup/
3333
First, make a copy of the project using [degit](https://github.com/Rich-Harris/degit), install dependencies, and start the dev server:
3434

3535
```bash
36-
npx degit nuxt/examples/auth/local my-nuxt-blog
36+
npx degit nuxt/examples/examples/auth/local my-nuxt-blog
3737
cd my-nuxt-blog
3838
npm install
3939
npm run dev

versioned_docs/version-1.x/quick-start/nuxt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Although authentication is not the focus of the project, we need a basic signup/
3232
First, make a copy of the project using [degit](https://github.com/Rich-Harris/degit), install dependencies, and start the dev server:
3333

3434
```bash
35-
npx degit nuxt/examples/auth/local my-nuxt-blog
35+
npx degit nuxt/examples/examples/auth/local my-nuxt-blog
3636
cd my-nuxt-blog
3737
npm install
3838
npm run dev

0 commit comments

Comments
 (0)