We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d2bb56 + 967dbbc commit 2493d2bCopy full SHA for 2493d2b
README.md
@@ -282,7 +282,7 @@ Clicking this button will start the setup for a new project and deployment
282
Clone this repo with the `git clone` command. Then install the [Netlify CLI](https://docs.netlify.com/cli/get-started/) tool and run `netlify init`.
283
284
```sh
285
-git clone https://github.com/netlify-templates/kpop-stack
+git clone https://github.com/nhost/nhost-netlify-starter-nextjs-reactquery.git
286
287
npm install netlify-cli -g # to install the Netlify CLI tool globally
288
@@ -295,4 +295,4 @@ Site Settings > Build & deploy > Environment > Environment Variables
295
```
296
NEXT_PUBLIC_NHOST_SUBDOMAIN=YOUR_NHOST_APP_SUBDOMAIN
297
NEXT_PUBLIC_NHOST_REGION=YOUR_NHOST_APP_REGION
298
-```
+```
0 commit comments