We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbeefd commit e6fca9fCopy full SHA for e6fca9f
next.config.ts
@@ -3,7 +3,6 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
/* config options here */
5
output: "standalone",
6
- unoptimized: true,
7
};
8
9
export default nextConfig;
0 commit comments