From 144127952a9562387f2e438b6f811852bae6b877 Mon Sep 17 00:00:00 2001 From: neru Date: Sun, 31 May 2026 11:52:42 -0300 Subject: [PATCH] style: move image to /img/ folder --- public/{ => img}/ok.jpg | Bin src/app/layout.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{ => img}/ok.jpg (100%) diff --git a/public/ok.jpg b/public/img/ok.jpg similarity index 100% rename from public/ok.jpg rename to public/img/ok.jpg diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 31c4f78..73f769c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,7 @@ export const metadata: Metadata = { // description: '', images: [ { - url: 'https://neru.rip/ok.jpg', + url: 'https://neru.rip/img/ok.jpg', width: 734, height: 1104, },