Skip to content

Commit b2ae3fa

Browse files
committed
fix images in ci
1 parent eca6215 commit b2ae3fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const nextConfig: NextConfig = {
66
basePath: '/Portfolio',
77
assetPrefix: '/Portfolio/',
88
trailingSlash: true,
9+
images: {
10+
unoptimized: true,
11+
},
912
};
1013

1114
export default nextConfig;

0 commit comments

Comments
 (0)