Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Nov 23, 2023
1 parent fa67813 commit bae669b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ The server listens on http://localhost:3000/.

## Deployment

Only static Nuxt deployments (SSG) are supported at this time (`ssr: false`). This allows us to deploy to some free static hosting services. See [Hosting](#hosting).

### Static Site Generation (SSG)

To pre-render the app as static files, run:
Expand Down Expand Up @@ -91,7 +89,7 @@ By deploying the app and Firestore configuration separately, there is no way to

### GitHub Pages (free)

A workflow is available under `.github/workflows/` which will run the SSG command and publish `.output/public/` to your repository's Pages site.
A workflow is available under `.github/workflows/` which will run the SSG command and publish `.output/public/` to your repository's Pages site. A `gh-pages` branch is therefore not required.

### DigitalOcean App Platform (free)

Expand Down

0 comments on commit bae669b

Please sign in to comment.