web-humas-fe/next.config.js

12 lines
205 B
JavaScript
Raw Permalink Normal View History

2024-01-05 06:57:30 +00:00
/** @type {import('next').NextConfig} */
2024-03-08 03:28:18 +00:00
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
2024-11-07 06:57:11 +00:00
images: {
domains: ['38.47.180.165'],
},
2024-03-08 03:28:18 +00:00
}
2024-01-05 06:57:30 +00:00
module.exports = nextConfig