9 lines
No EOL
239 B
JavaScript
9 lines
No EOL
239 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
images: {
|
|
domains: ['34ai.net', 'p16-sig-default-us.akamaized.net', 'cdn3.dienthoaivui.com.vn', 'tiktok.com'],
|
|
},
|
|
}
|
|
|
|
module.exports = nextConfig |