Skip to content

Commit eb96c60

Browse files
committed
fix linting errors
1 parent 7b33824 commit eb96c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config: UserConfig = {
1212
optipng: { optimizationLevel: 5 },
1313
pngquant: { quality: [0.6, 0.8] },
1414
webp: { quality: 75 }
15-
})
15+
})
1616
],
1717
resolve: {
1818
alias: {

0 commit comments

Comments
 (0)