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
shivam-sharma7 committed Dec 6, 2023
1 parent 239b906 commit 81c3034
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 81c3034

Please sign in to comment.