Skip to content

Commit

Permalink
NextJS 14 next export has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
shivarm committed Dec 6, 2023
1 parent f69135d commit d36af64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/modules/ROOT/pages/web-frameworks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ This will configure the build to export the static files:
}
----

In Next.js 14+ you need to add the following property in `next.config.js` file:
----
const nextConfig = {
output: 'export',
}
----

[#svelte-kit-config]
=== Svelte Kit Configuration
SvelteKit needs to be configured to create a single page application.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<quarkus.version>3.2.6.Final</quarkus.version>
<quarkus-playright.version>0.0.1</quarkus-playright.version>
<assertj.version>3.24.2</assertj.version>
<frontend-plugin.version>1.14.2</frontend-plugin.version>
<frontend-plugin.version>1.15.0</frontend-plugin.version>
</properties>

<developers>
Expand Down

0 comments on commit d36af64

Please sign in to comment.