We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221d639 commit 7b6a21cCopy full SHA for 7b6a21c
1 file changed
next.config.ts
@@ -21,7 +21,7 @@ const nextConfig: NextConfig = {
21
22
turbopack: {
23
rules: {
24
- '*.svg': {
+ '**/*.svg': {
25
loaders: ['@svgr/webpack'],
26
as: '*.js',
27
},
0 commit comments