We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85351ab commit 8e9b65cCopy full SHA for 8e9b65c
.gitignore
@@ -15,7 +15,7 @@
15
16
# next.js
17
/.next/
18
-/out/
+# /out/
19
20
# production
21
/build
next.config.js
@@ -2,6 +2,7 @@ const withNextIntl = require('next-intl/plugin')('./i18n/request.ts');
2
3
/** @type {import('next').NextConfig} */
4
const nextConfig = {
5
+ output: 'export',
6
images: {
7
unoptimized: true,
8
},
out/.out
0 commit comments