mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: add https protocol for links
This commit is contained in:
@@ -15,7 +15,7 @@ const amazonImageUrl = `https://images-na.ssl-images-amazon.com/images/P/${asin}
|
|||||||
---
|
---
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
href={`http://www.amazon.de/gp/product/${asin}`}
|
href={`https://www.amazon.de/gp/product/${asin}`}
|
||||||
class={className}
|
class={className}
|
||||||
aria-label={alt}
|
aria-label={alt}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user