File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ import './src/libs/Env';
55
66// Define the base Next.js configuration
77const baseConfig : NextConfig = {
8+ output : 'export' ,
9+ images : {
10+ unoptimized : true ,
11+ } ,
812 devIndicators : {
913 position : 'bottom-right' ,
1014 } ,
Original file line number Diff line number Diff line change 22 "scripts" : {
33 "check:types" : " tsc --noEmit --pretty" ,
44 "check:deps" : " knip" ,
5- "check:i18n" : " i18n-check -l src/locales -s en -u src -f next-intl" ,
65 "dev" : " next" ,
76 "build" : " next build" ,
87 "start" : " next start" ,
98 "lint" : " eslint ." ,
109 "lint:fix" : " eslint . --fix" ,
11- "postbuild" : " pagefind --site .next/server/app --output-path public /_pagefind"
10+ "postbuild" : " pagefind --site .next/server/app --output-path out /_pagefind"
1211 },
1312 "dependencies" : {
1413 "@commitlint/cli" : " ^20.3.0" ,
You can’t perform that action at this time.
0 commit comments