Skip to content

Commit c1d9053

Browse files
authored
feat: fix AI image break (#227)
* feat: try fixing AI image break * feat: try refixing
1 parent 24169a9 commit c1d9053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const config = {
264264
"data-project-name": "Osmosis",
265265
"data-project-color": "#7900B4",
266266
"data-project-logo":
267-
"https://app.osmosis.zone/_next/image?url=%2Ftokens%2Fosmo.svg&w=64&q=75",
267+
"https://app.osmosis.zone/tokens/osmo.svg",
268268
async: true,
269269
},
270270
],

0 commit comments

Comments
 (0)