We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e9fef commit 0a6dd5eCopy full SHA for 0a6dd5e
src/ui/next.config.ts
@@ -24,13 +24,6 @@ const nextConfig: NextConfig = {
24
resourceQuery: { not: [...fileLoaderRule.resourceQuery.not, /url/] }, // exclude if *.svg?url
25
use: ['@svgr/webpack'],
26
},
27
- {
28
- test: /\.(png|jpe?g|gif|webp|avif)$/i,
29
- type: 'asset/resource',
30
- generator: {
31
- filename: 'static/images/[name].[hash][ext]',
32
- },
33
34
{
35
test: /\.(woff|woff2|eot|ttf|otf)$/,
36
type: 'asset/resource',
0 commit comments