We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f88f5f commit 0644fd6Copy full SHA for 0644fd6
netlify.toml
@@ -1,5 +1,6 @@
1
[build]
2
command = "pnpm build"
3
+publish = "out"
4
5
[build.environment]
6
NODE_VERSION = "20"
next.config.ts
@@ -1,6 +1,10 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
+ output: "export",
+ images: {
+ unoptimized: true,
7
+ },
8
};
9
10
export default nextConfig;
0 commit comments