Skip to content

Commit

Permalink
chore: fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Sep 30, 2024
1 parent 13f1a47 commit f785862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default defineConfig({
md.use(groupIconMdPlugin)
},
codeTransformers: [
// @ts-expect-error - `shiki` version mismatch, but it works
transformerTwoslash(),
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

.VPHero {
.image-bg {
@apply opacity-60 z-1;
@apply opacity-80 z-1;
}

.image-src {
Expand Down

0 comments on commit f785862

Please sign in to comment.