Skip to content

Commit f265061

Browse files
committed
Fix preview for main page
1 parent 75dae42 commit f265061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const metadata: Metadata = {
2525
description:
2626
'High-quality skybox textures. Free download - Source Engine ready sets and original EXR.',
2727
images: [
28-
{ url: withBase('/skyboxes/sky_cloudy017_hdr/images/previews/1.webp'), width: 1200, height: 630 },
28+
{ url: '/skyboxes/sky_cloudy017_hdr/images/previews/1.webp', width: 1200, height: 630 },
2929
],
3030
},
3131
keywords: [

0 commit comments

Comments
 (0)