We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8080f commit 26426c2Copy full SHA for 26426c2
docs/.vitepress/config.mts
@@ -17,7 +17,14 @@ export default defineConfig({
17
function gtag(){dataLayer.push(arguments);}
18
gtag('js', new Date());
19
gtag('config', 'G-LNEGT551DV');`
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
28
],
29
themeConfig: {
30
// https://vitepress.dev/reference/default-theme-config
0 commit comments