Skip to content

Commit bd68173

Browse files
committed
[Dependencies] Update next to version 13.5.1 and next-transpile-modules to version 10.0.1.
1 parent 7c59046 commit bd68173

File tree

3 files changed

+272
-286
lines changed

3 files changed

+272
-286
lines changed

frontend/next.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
const nextConfig = {
1313
reactStrictMode: true,
1414
basePath: '/pcui',
15-
experimental: {
16-
images: {
17-
unoptimized: true,
18-
},
15+
images: {
16+
unoptimized: true,
1917
},
2018
async rewrites() {
2119
return [

0 commit comments

Comments
 (0)