Fixing sample image to fix unit tests. (#5167)

Apparently yahoo.com doesnt want to return
metatags for my local CI runners anymore.
This commit is contained in:
Dessalines 2024-11-05 11:45:58 -05:00 committed by GitHub
parent 4690aff1e5
commit 9f40387569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ export const fetchFunction = fetch;
export const imageFetchLimit = 50;
export const sampleImage =
"https://i.pinimg.com/originals/df/5f/5b/df5f5b1b174a2b4b6026cc6c8f9395c1.jpg";
export const sampleSite = "https://yahoo.com";
export const sampleSite = "https://google.com";
export const alphaUrl = "http://127.0.0.1:8541";
export const betaUrl = "http://127.0.0.1:8551";