Skip to content

Commit 48d4f77

Browse files
committed
fix(docs): incorrect component name
1 parent 71940a7 commit 48d4f77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ export default defineConfig({
107107
transform(token) {
108108
switch (token.type) {
109109
case 'link_open':
110-
token.tag = 'VPNolebaseInlinePreviewLink'
110+
token.tag = 'VPNolebaseInlineLinkPreview'
111111
break
112112
case 'link_close':
113-
token.tag = 'VPNolebaseInlinePreviewLink'
113+
token.tag = 'VPNolebaseInlineLinkPreview'
114114
}
115115
},
116116
} as Options)

0 commit comments

Comments
 (0)