mirror of
https://github.com/StepanovPlaton/Chat.git
synced 2026-04-03 20:30:40 +04:00
Complete setup for docker. Add readme, and fix some bugs
This commit is contained in:
@@ -9,16 +9,17 @@ const nextConfig = {
|
||||
},
|
||||
];
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: process.env.NEXT_PUBLIC_BASE_PROTOCOL,
|
||||
hostname: process.env.NEXT_PUBLIC_BASE_DOMAIN,
|
||||
port: process.env.NEXT_PUBLIC_BASE_PORT,
|
||||
},
|
||||
],
|
||||
},
|
||||
// images: {
|
||||
// remotePatterns: [
|
||||
// {
|
||||
// protocol: process.env.NEXT_PUBLIC_BASE_PROTOCOL,
|
||||
// hostname: process.env.NEXT_PUBLIC_BASE_DOMAIN,
|
||||
// port: process.env.NEXT_PUBLIC_BASE_PORT,
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
devIndicators: false,
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user