Fix Unsplash image URLs with proper parameters
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
@@ -7,7 +7,7 @@ export const recipes = [
|
|||||||
props: {
|
props: {
|
||||||
title: "Crêpes Suzette",
|
title: "Crêpes Suzette",
|
||||||
description: "The iconic flambéed orange crêpe dessert, a timeless French classic",
|
description: "The iconic flambéed orange crêpe dessert, a timeless French classic",
|
||||||
imageUrl: "https://images.unsplash.com/photo-1576284805570-ca5c04e3aa2c?w=800",
|
imageUrl: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=800&auto=format&fit=crop&q=60",
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
"chef",
|
"chef",
|
||||||
@@ -108,7 +108,7 @@ export const recipes = [
|
|||||||
props: {
|
props: {
|
||||||
title: "Crêpes Bretonnes au Sarrasin",
|
title: "Crêpes Bretonnes au Sarrasin",
|
||||||
description: "Traditional Breton buckwheat crêpes with ham, egg, and Gruyère",
|
description: "Traditional Breton buckwheat crêpes with ham, egg, and Gruyère",
|
||||||
imageUrl: "https://images.unsplash.com/photo-1505253468034-514d2507d914?w=800",
|
imageUrl: "https://images.unsplash.com/photo-1509440159596-0249088772ff?w=800&auto=format&fit=crop&q=60",
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
"chef",
|
"chef",
|
||||||
@@ -200,7 +200,7 @@ export const recipes = [
|
|||||||
props: {
|
props: {
|
||||||
title: "Crêpes with Salted Caramel",
|
title: "Crêpes with Salted Caramel",
|
||||||
description: "Modern French crêpes with homemade salted butter caramel sauce",
|
description: "Modern French crêpes with homemade salted butter caramel sauce",
|
||||||
imageUrl: "https://images.unsplash.com/photo-1519676867240-f03562e64548?w=800",
|
imageUrl: "https://images.unsplash.com/photo-1519676867240-f03562e64548?w=800&auto=format&fit=crop&q=60",
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
"chef",
|
"chef",
|
||||||
@@ -303,7 +303,7 @@ export const recipes = [
|
|||||||
props: {
|
props: {
|
||||||
title: "Crêpes Parmentier",
|
title: "Crêpes Parmentier",
|
||||||
description: "Savory potato and bacon crêpes, rustic and comforting",
|
description: "Savory potato and bacon crêpes, rustic and comforting",
|
||||||
imageUrl: "https://images.unsplash.com/photo-1525184782196-8e2ded604bf7?w=800",
|
imageUrl: "https://images.unsplash.com/photo-1544025162-d76694265947?w=800&auto=format&fit=crop&q=60",
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
"chef",
|
"chef",
|
||||||
|
|||||||
Reference in New Issue
Block a user