feat: prepare for standalone
This commit is contained in:
parent
bbb668db65
commit
8b132905f8
@ -1,7 +1,13 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
images: { unoptimized: true },
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
/* config options here */
|
||||
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user