Skip to content

Commit 7b6a21c

Browse files
committed
fix: svg 경로 수정
1 parent 221d639 commit 7b6a21c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const nextConfig: NextConfig = {
2121

2222
turbopack: {
2323
rules: {
24-
'*.svg': {
24+
'**/*.svg': {
2525
loaders: ['@svgr/webpack'],
2626
as: '*.js',
2727
},

0 commit comments

Comments
 (0)