build ok,
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const config = {};
|
||||
const config = {
|
||||
images: {
|
||||
domains: ['example.com', '127.0.0.1', 'localhost'],
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Reference in New Issue
Block a user