Docker update
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
|
||||
/* config options here */
|
||||
images: {
|
||||
remotePatterns: [
|
||||
@ -22,7 +23,7 @@ const nextConfig: NextConfig = {
|
||||
pathname: '/api/files/images/**',
|
||||
}
|
||||
],
|
||||
domains: ['localhost'],
|
||||
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user