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
|
||||
href={`http://www.amazon.de/gp/product/${asin}`}
|
||||
href={`https://www.amazon.de/gp/product/${asin}`}
|
||||
class={className}
|
||||
aria-label={alt}
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user