Skip to content

Commit 42f166e

Browse files
committed
Correct path for updated assetprefix change
1 parent d6c7b5b commit 42f166e

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={`Source_Skyboxes_NextJS/skyboxes/${slug}/images/thumb.webp`}
30+
src={`/skyboxes/${slug}/images/thumb.webp`}
3131
alt={`${slug} thumbnail`}
3232
width={400}
3333
height={225}

0 commit comments

Comments
 (0)