Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nachtigall authored Jan 26, 2024
1 parent a457348 commit 04ca984
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ Read more about configuring static export in the [oficial Next.js documentation]
DEPLOY_PATH=./
```
If you are using version 14 of Next, also add the following values:
```
BOHR_FUNCTION_RUNTIME=nodejs18.x
```
3. If you are not using the `next-blog-starter` template, it is necessary to turn off the Image Optimization in the `next.config.js` file:
```
images: {
Expand Down Expand Up @@ -68,6 +62,12 @@ The second option is to enable experimental support for Server-Side Rendering (S
DEPLOY_PATH=./
```
If you are using version 14 of Next, also add the following values:
```
BOHR_FUNCTION_RUNTIME=nodejs18.x
```
3. You also need to add the following configuration to the `next.config.js` file:
```
Expand Down

0 comments on commit 04ca984

Please sign in to comment.