From d800ce25511dc62df63456d017a34ac283d08470 Mon Sep 17 00:00:00 2001 From: Gino Date: Fri, 21 Jun 2024 13:52:37 +0200 Subject: [PATCH] Actualizar layout --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e218de7..42cc359 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,7 +16,7 @@ export const metadata: Metadata = { siteName: "AVERIAS HOGAR", images: [ { - url: "/path-to-your-image.jpg", // Replace with the actual path to your image + url: "", // Replace with the actual path to your image width: 1200, height: 630, alt: "AVERIAS HOGAR - Fontanero Madrid - Servicios de reparación y averías", @@ -30,7 +30,6 @@ export const metadata: Metadata = { title: "AVERIAS HOGAR - Fontanero en Madrid", description: "Expertos en averías y reparaciones del hogar. Fontanería, calefacción y pintura interior en la Comunidad de Madrid. Llame al 123456789.", - images: ["/path-to-your-image.jpg"], // Replace with the actual path to your image }, };