This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
icynet-admin/next.config.js
2022-08-29 21:09:28 +03:00

11 lines
210 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ['localhost', '127.0.0.1', 'icynet.eu'],
},
};
module.exports = nextConfig;