Skip to content

Commit

Permalink
feat: update netlify nextjs plugin (#5968)
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Emir Şen <[email protected]>
  • Loading branch information
alicanerdurmaz and aliemir authored May 20, 2024
1 parent d82d841 commit 6ffaa62
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 948 deletions.
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

0 comments on commit 6ffaa62

Please sign in to comment.