a053984 006c623
1
2
3
4
5
6
7
8
9
10
11
12
const nextConfig = { webpack(config) { config.module.rules.push({ test: /\.svg$/, use: ['@svgr/webpack'], }); return config; }, }; module.exports = ([], nextConfig);