Skip to content

Commit 26426c2

Browse files
committed
add favicon
1 parent 0c8080f commit 26426c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ export default defineConfig({
1717
function gtag(){dataLayer.push(arguments);}
1818
gtag('js', new Date());
1919
gtag('config', 'G-LNEGT551DV');`
20-
]
20+
],
21+
[
22+
'link', {
23+
rel: 'mask-icon',
24+
href: 'https://github.com/bavix/laravel-wallet/assets/5111255/f48a8e79-8a9d-469a-b056-b3d04835992d',
25+
color: "#f4e664",
26+
}
27+
],
2128
],
2229
themeConfig: {
2330
// https://vitepress.dev/reference/default-theme-config

0 commit comments

Comments
 (0)