Initial commit: Digital Home dashboard
This commit is contained in:
11
next.config.js
Normal file
11
next.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ protocol: 'https', hostname: '**' },
|
||||
{ protocol: 'http', hostname: '**' },
|
||||
],
|
||||
},
|
||||
}
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user