Skip to content

Commit 8e9b65c

Browse files
committed
1
1 parent 85351ab commit 8e9b65c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# next.js
1717
/.next/
18-
/out/
18+
# /out/
1919

2020
# production
2121
/build

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const withNextIntl = require('next-intl/plugin')('./i18n/request.ts');
22

33
/** @type {import('next').NextConfig} */
44
const nextConfig = {
5+
output: 'export',
56
images: {
67
unoptimized: true,
78
},

out/.out

Whitespace-only changes.

0 commit comments

Comments
 (0)