Skip to content

Commit b3dbe04

Browse files
Merge pull request #215946 from gabesmsft/patch-12
Update deploy-nuxtjs.md
2 parents 6c2b2ad + b2d4a35 commit b3dbe04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/deploy-nuxtjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ In this tutorial, you learn to deploy a [Nuxt 3](https://v3.nuxtjs.org/) applica
2525
You can set up a new Nuxt project using `npx nuxi init nuxt-app`. Instead of using a new project, this tutorial uses an existing repository set up to demonstrate how to deploy a Nuxt 3 site with universal rendering on Azure Static Web Apps.
2626

2727
1. Create a new repository under your GitHub account from a template repository.
28-
1. Go to [http://github.com/staticwebdev/nuxtjs-starter/generate](https://github.com/login?return_to=/staticwebdev/nuxtjs-starter/generate)
29-
1. Name the repository **nuxtjs-starter**.
28+
1. Go to [http://github.com/staticwebdev/nuxt-3-starter/generate](https://github.com/login?return_to=/staticwebdev/nuxt-3-starter/generate)
29+
1. Name the repository **nuxt-3-starter**.
3030
1. Next, clone the new repo to your machine. Make sure to replace <YOUR_GITHUB_ACCOUNT_NAME> with your account name.
3131

3232
```bash

0 commit comments

Comments
 (0)