Skip to content

Commit

Permalink
docs(vuejs.mdx): fix formatting of the Start Command section for cons…
Browse files Browse the repository at this point in the history
…istency in code styling (#147)

- fix(docs): correct typo in installation documentation from "Servern" to "Server" for clarity
- docs(vuejs.mdx): fix formatting of the Start Command section for consistency in code styling
  • Loading branch information
Snouzy authored Jan 22, 2025
1 parent cc37bf1 commit 284e309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/applications/vuejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Vue.js is an approachable, performant and versatile framework for building web u
## Server build (NodeJS|Express)

- Set `Build Pack` to `nixpacks`.
- Set 'Start Command` to `node server.js`.
- Set `Start Command` to `node server.js`.

## Static build (SPA)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For the following things:
### 1. Quick Installation (Recommended)

<Steps>
1. **Prepare Your Servern**
1. **Prepare Your Server**
- Log in as the `root` user (non-root user is not fully supported yet [non-root-user](/docs/
knowledge-base/server/non-root-user))
- Configure SSH by following the [SSH Settings Configuration Guide](/docs/knowledge-base/server/openssh#ssh-settings-configuration)
Expand Down

0 comments on commit 284e309

Please sign in to comment.