Skip to content

Commit 11af3e2

Browse files
committedJan 19, 2022
docs: add sponsor
1 parent 19a395b commit 11af3e2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎docs/.vuepress/components/sponsors.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"platinum": [],
2+
"platinum": [
3+
{
4+
"href": "https://www.finclip.com/#/home?from=vue",
5+
"alt": "Finogeeks",
6+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/fincliplogo_black_svg.svg",
7+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/fincliplogo_white_svg.svg"
8+
}
9+
],
310
"gold": [
411
{
512
"href": "https://vuejobs.com/?utm_source=vuerouter&utm_campaign=sponsor",

‎docs/.vuepress/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ module.exports = ctx => ({
3333
},
3434
head: [
3535
['link', { rel: 'icon', href: `/logo.png` }],
36+
[
37+
'meta',
38+
{ name: 'wwads-cn-verify', content: '7e7757b1e12abcb736ab9a754ffb617a' }
39+
],
3640
[
3741
'link',
3842
{ rel: 'apple-touch-icon', href: `/icons/apple-touch-icon-152x152.png` }

0 commit comments

Comments
 (0)
Please sign in to comment.