Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update netlify nextjs plugin #5968

Merged
merged 3 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern

## Installation

```console
```bash
yarn install
```

## Local Development

```console
```bash
yarn dev
```

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

## Build

```console
```bash
yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Deployment

```console
```bash
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@lerna/filter-options": "^6.2.0",
"@netlify/plugin-nextjs": "4.32.2",
"@netlify/plugin-nextjs": "5.2.2",
"@types/jest": "^29.2.4",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
Loading
Loading