File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ ],
3
10
"gold" : [
4
11
{
5
12
"href" : " https://vuejobs.com/?utm_source=vuerouter&utm_campaign=sponsor" ,
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ module.exports = ctx => ({
33
33
} ,
34
34
head : [
35
35
[ 'link' , { rel : 'icon' , href : `/logo.png` } ] ,
36
+ [
37
+ 'meta' ,
38
+ { name : 'wwads-cn-verify' , content : '7e7757b1e12abcb736ab9a754ffb617a' }
39
+ ] ,
36
40
[
37
41
'link' ,
38
42
{ rel : 'apple-touch-icon' , href : `/icons/apple-touch-icon-152x152.png` }
You can’t perform that action at this time.
0 commit comments