Skip to content

Commit abe9026

Browse files
committed
fix: add TypeScript error suppression for custom CSS import
1 parent a558caf commit abe9026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import DefaultTheme from 'vitepress/theme'
2+
// @ts-expect-error
23
import './custom.css'
34

45
export default DefaultTheme

0 commit comments

Comments
 (0)