Skip to content

Commit 5c4650a

Browse files
committed
Update pages to load images properly.
Forgot the slash initially.
1 parent 42f166e commit 5c4650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Home() {
2727
{slugs.map((slug) => (
2828
<Image
2929
key={slug}
30-
src={`/skyboxes/${slug}/images/thumb.webp`}
30+
src={`/Source_Skyboxes_NextJS/skyboxes/${slug}/images/thumb.webp`}
3131
alt={`${slug} thumbnail`}
3232
width={400}
3333
height={225}

0 commit comments

Comments
 (0)