Skip to content

Commit 93b38b2

Browse files
hrhr
1 parent 73948c5 commit 93b38b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/lib/photos.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,37 @@ const items = [
2626
{
2727
title: "",
2828
image:
29-
"images/gallery/pic4.webp",
29+
"/images/gallery/pic4.webp",
3030
className: "absolute top-20 right-[35%] rotate-[2deg]",
3131
},
3232
{
3333
title: "",
3434
image:
35-
"images/gallery/pic5.webp",
35+
"/images/gallery/pic5.webp",
3636
className: "absolute top-24 left-[45%] rotate-[-7deg]",
3737
},
3838
{
3939
title: "",
4040
image:
41-
"images/gallery/pic6.webp",
41+
"/images/gallery/pic6.webp",
4242
className: "absolute top-8 left-[30%] rotate-[4deg]",
4343
},
4444
{
4545
title: "",
4646
image:
47-
"images/gallery/pic7.webp",
47+
"/images/gallery/pic7.webp",
4848
className: "absolute top-8 left-[30%] rotate-[4deg]",
4949
},
5050
{
5151
title: "",
5252
image:
53-
"images/gallery/pic8.webp",
53+
"/images/gallery/pic8.webp",
5454
className: "absolute top-8 left-[30%] rotate-[4deg]",
5555
},
5656
{
5757
title: "",
5858
image:
59-
"images/gallery/pic9.webp",
59+
"/images/gallery/pic9.webp",
6060
className: "absolute top-8 left-[30%] rotate-[4deg]",
6161
},
6262
];

0 commit comments

Comments
 (0)