Update CDN links

This commit is contained in:
2026-01-28 13:46:10 -07:00
parent 0d27982a1d
commit 5aa26ce7a5
8 changed files with 65 additions and 71 deletions

View File

@@ -20,7 +20,7 @@ export default function Home () {
<div className='games-grid'>
<Link href='/game/berry-dash' draggable={false}>
<Image
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash.png'}
src={'https://games-r2.lncvrt.xyz/icons/berry-dash.png'}
width={64}
height={64}
draggable={false}
@@ -30,7 +30,7 @@ export default function Home () {
</Link>
<Link href='/game/triangles' draggable={false}>
<Image
src={'https://cdn-r2.lncvrt.xyz/games/triangles.png'}
src={'https://games-r2.lncvrt.xyz/icons/triangles.png'}
width={64}
height={64}
draggable={false}
@@ -43,7 +43,7 @@ export default function Home () {
<div className='games-grid'>
<Link href='/game/berry-dash-lite' draggable={false}>
<Image
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
src={'https://games-r2.lncvrt.xyz/icons/berry-dash-lite.png'}
width={64}
height={64}
draggable={false}
@@ -53,7 +53,7 @@ export default function Home () {
</Link>
<Link href='/game/berry-dash-with-guns' draggable={false}>
<Image
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
src={'https://games-r2.lncvrt.xyz/icons/berry-dash-with-guns.png'}
width={64}
height={64}
draggable={false}
@@ -68,7 +68,7 @@ export default function Home () {
<div className='games-grid'>
<Link href='/game/berry-dash-custom' draggable={false}>
<Image
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
src={'https://games-r2.lncvrt.xyz/icons/berry-dash-custom.png'}
width={64}
height={64}
draggable={false}
@@ -78,7 +78,9 @@ export default function Home () {
</Link>
<Link href='/game/berry-dash-godot-remake' draggable={false}>
<Image
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
src={
'https://games-r2.lncvrt.xyz/icons/berry-dash-godot-remake.png'
}
width={64}
height={64}
draggable={false}
@@ -89,7 +91,7 @@ export default function Home () {
<Link href='/game/berry-dash-with-guns-custom' draggable={false}>
<Image
src={
'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns-custom.png'
'https://games-r2.lncvrt.xyz/icons/berry-dash-with-guns-custom.png'
}
width={64}
height={64}
@@ -100,7 +102,7 @@ export default function Home () {
</Link>
<Link href='/game/berry-dash-ultimate' draggable={false}>
<Image
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-ultimate.png'}
src={'https://games-r2.lncvrt.xyz/icons/berry-dash-ultimate.png'}
width={64}
height={64}
draggable={false}