diff --git a/docs/content/admin/quickstart.md b/docs/content/admin/quickstart.md index 608e7f395c..a116680f61 100644 --- a/docs/content/admin/quickstart.md +++ b/docs/content/admin/quickstart.md @@ -103,10 +103,10 @@ This will create a new user that you can use to log into your admin panel. ## Changing the Default Port -The default port is set in `package.json` in the `develop` script: +The default port is set in `package.json` in the `dev` script: ```json -"develop": "gatsby develop -p 7000", +"dev": "vite --port 7000", ``` If you wish to change the port you can simply change the `7000` to your desired port.