Skip to content

Commit

Permalink
docs: update example url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 20, 2024
1 parent e70f612 commit 45e8b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Link } from '@/components/ui/link'
import { Code } from '@/components/ui/code'

const microlinkSnippet = `// all the images detected will be returns palette
fetch('https://api.microlink.io?url=https://example.com&palette')
fetch('https://api.microlink.io?url=https://splashy.microlink.io&palette')
.then(res => res.json())
`

Expand Down

0 comments on commit 45e8b13

Please sign in to comment.