Skip to content

Commit c909247

Browse files
Merge pull request #145 from ISISComputingGroup/image_optimisation_disable
disable image optimisation
2 parents 84b0126 + 8d1bc38 commit c909247

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const nextConfig: NextConfig = {
1111
},
1212
reactStrictMode: true,
1313
output: "export",
14+
images: {
15+
unoptimized: true,
16+
},
1417
};
1518

1619
module.exports = nextConfig;

0 commit comments

Comments
 (0)