Skip to content

Commit 624781c

Browse files
committed
fix
1 parent 0b14045 commit 624781c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

vite.config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ export default defineConfig({
1717
unstable_singleFetch: true,
1818
v3_fetcherPersist: true,
1919
v3_relativeSplatPath: true,
20-
v3_throwAbortReason: true
21-
}
22-
}
23-
),
20+
v3_throwAbortReason: true,
21+
},
22+
}),
2423
tsconfigPaths(),
2524
iconsSpritesheet({
2625
inputDir: "./resources/icons",

0 commit comments

Comments
 (0)