This commit is contained in:
2025-11-05 18:05:12 -07:00
parent 44219b0162
commit cf30e70381
3 changed files with 27 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ export default function Home () {
<div className='games-grid'>
<Link href='/game/berry-dash' draggable={false}>
<Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash.png'}
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash.png'}
width={64}
height={64}
draggable={false}
@@ -28,7 +28,7 @@ export default function Home () {
</Link>
<Link href='/game/triangles' draggable={false}>
<Image
src={'cdn-r2.lncvrt.xyz/games/triangles.png'}
src={'https://cdn-r2.lncvrt.xyz/games/triangles.png'}
width={64}
height={64}
draggable={false}
@@ -41,7 +41,7 @@ export default function Home () {
<div className='games-grid'>
<Link href='/game/berry-dash-with-guns' draggable={false}>
<Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
width={64}
height={64}
draggable={false}
@@ -51,7 +51,7 @@ export default function Home () {
</Link>
<Link href='/game/berry-dash-lite' draggable={false}>
<Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
width={64}
height={64}
draggable={false}
@@ -66,7 +66,7 @@ export default function Home () {
<div className='games-grid'>
<Link href='/game/berry-dash-godot-remake' draggable={false}>
<Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
width={64}
height={64}
draggable={false}
@@ -76,7 +76,7 @@ export default function Home () {
</Link>
<Link href='/game/berry-dash-custom' draggable={false}>
<Image
src={'cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
width={64}
height={64}
draggable={false}