chore: setup project for production
This commit is contained in:
8
next.config.mjs
Normal file
8
next.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
images: {
|
||||
domains: ["127.0.0.1","admin.guptarudraksha.com"],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user