Skip to content

Commit 5450511

Browse files
VinciGit00claude
andauthored
Fix logo 403 by using relative paths (#46)
Logo assets were loaded from raw.githubusercontent.com, which GitHub rate-limits/blocks with 403 when hotlinked. Point to the local /logo/*.svg files so Mintlify serves them directly. Fixes #37 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent adf64a0 commit 5450511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@
273273
}
274274
},
275275
"logo": {
276-
"light": "https://raw.githubusercontent.com/ScrapeGraphAI/docs-mintlify/main/logo/light.svg",
277-
"dark": "https://raw.githubusercontent.com/ScrapeGraphAI/docs-mintlify/main/logo/dark.svg",
276+
"light": "/logo/light.svg",
277+
"dark": "/logo/dark.svg",
278278
"href": "https://docs.scrapegraphai.com"
279279
},
280280
"background": {

0 commit comments

Comments
 (0)