Revert "Updating deployment instructions for next.js static deployment"

This reverts commit 89ac643f58.
This commit is contained in:
Jamie Hewitt 2022-08-11 16:49:53 +03:00
parent 89ac643f58
commit 0077c359cb
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ All thats left is for you to host your data marketplace and start sharing it
To host your data marketplace, you need to run the build command:
```
npm run build:static
npm run build
```
This takes a few minutes to run. While this is running, you can get prepared to host your new data marketplace. You have many options for hosting your data marketplace (including AWS S3, Vercel, Netlify and many more). In this guide, we will demonstrate how to host it with surge, which is completely free and very easy to use.
@ -29,7 +29,7 @@ npm install --global surge
When this is complete, navigate back to the terminal window that is building your finished data marketplace. Once the build is completed, enter the following commands to enter the public directory and host it:
```
cd out
cd public
```
```