From 706007db7a78dc2999f27fbed5e88f5e2cea39be Mon Sep 17 00:00:00 2001 From: averel10 Date: Tue, 11 Nov 2025 20:15:26 +0100 Subject: [PATCH] fix: update image source paths in Home component and remove assetPrefix from Next.js config --- crypto_clash_frontend/app/page.tsx | 4 ++-- crypto_clash_frontend/next.config.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/crypto_clash_frontend/app/page.tsx b/crypto_clash_frontend/app/page.tsx index 295f8fd..a219361 100644 --- a/crypto_clash_frontend/app/page.tsx +++ b/crypto_clash_frontend/app/page.tsx @@ -6,7 +6,7 @@ export default function Home() {
Next.js logo