Skip to content

Commit f73ac46

Browse files
committed
Update images to absolute paths
1 parent 6c6136a commit f73ac46

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

vocs.config.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,29 @@ export default defineConfig({
7171
{
7272
name: "Ethereum Foundation",
7373
link: "https://ethereum.org/en/",
74-
image: "./eth-foundation.svg",
74+
image: "/eth-foundation.svg",
7575
},
7676
{
7777
name: "Circle",
7878
link: "https://circle.com",
79-
image: "./circle-logo.svg",
79+
image: "/circle-logo.svg",
8080
},
8181
{
8282
name: "Quantstamp",
8383
link: "https://www.quantstamp.com",
84-
image: "./quantstamp-logo.svg",
84+
image: "/quantstamp-logo.svg",
8585
},
8686
],
8787
[
8888
{
8989
name: "Trust Wallet",
9090
link: "https://trustwallet.com",
91-
image: "./trust-wallet-logo.svg",
91+
image: "/trust-wallet-logo.svg",
9292
},
9393
{
9494
name: "Alchemy",
9595
link: "https://alchemy.com",
96-
image: "./alchemy-logo.svg",
96+
image: "/alchemy-logo.svg",
9797
},
9898
null,
9999
],
@@ -107,34 +107,34 @@ export default defineConfig({
107107
{
108108
name: "OpenZeppelin",
109109
link: "https://openzeppelin.com/",
110-
image: "./oz-logo.svg",
110+
image: "/oz-logo.svg",
111111
},
112112
{
113113
name: "Exactly Protocol",
114114
link: "https://exact.ly/",
115-
image: "./exactly-logo.svg",
115+
image: "/exactly-logo.svg",
116116
},
117117
{
118118
name: "Maple Finance",
119119
link: "https://maple.finance/",
120-
image: "./maple-logo.webp",
120+
image: "/maple-logo.webp",
121121
},
122122
],
123123
[
124124
{
125125
name: "Libree",
126126
link: "https://www.libree.xyz/",
127-
image: "./libree-logo.png",
127+
image: "/libree-logo.png",
128128
},
129129
{
130130
name: "Axiom",
131131
link: "https://www.axiom.xyz/",
132-
image: "./axiom-logo.png",
132+
image: "/axiom-logo.png",
133133
},
134134
{
135135
name: "Locker Labs",
136136
link: "https://www.locker.money/",
137-
image: "./locker-logo.svg",
137+
image: "/locker-logo.svg",
138138
},
139139
],
140140
],

0 commit comments

Comments
 (0)