1 parent eca6215 commit b2ae3faCopy full SHA for b2ae3fa
1 file changed
next.config.ts
@@ -6,6 +6,9 @@ const nextConfig: NextConfig = {
6
basePath: '/Portfolio',
7
assetPrefix: '/Portfolio/',
8
trailingSlash: true,
9
+ images: {
10
+ unoptimized: true,
11
+ },
12
};
13
14
export default nextConfig;
0 commit comments