Skip to content

Commit b0fa983

Browse files
Shuvayan Ghosh DastidarShuvayan Ghosh Dastidar
Shuvayan Ghosh Dastidar
authored and
Shuvayan Ghosh Dastidar
committed
fix github actions 🤞
1 parent 7d3ff75 commit b0fa983

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎next.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/** @type {import('next').NextConfig} */
2+
const nextConfig = {
3+
output: "export", // <=== enables static exports
4+
reactStrictMode: true,
5+
images: {
6+
unoptimized: true
7+
}
8+
};
9+
10+
module.exports = nextConfig;

0 commit comments

Comments
 (0)