From 74f188ef6de6e6aa58aa19d86c264cc008666cff Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Fri, 13 Sep 2024 22:14:28 -0400 Subject: [PATCH] some updates --- src/app/(pages)/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(pages)/layout.tsx b/src/app/(pages)/layout.tsx index ea2c22b..fb1d54f 100644 --- a/src/app/(pages)/layout.tsx +++ b/src/app/(pages)/layout.tsx @@ -12,13 +12,13 @@ const inter: NextFont = Inter({ subsets: ["latin"] }); * The metadata for this app. */ export const metadata: Metadata = { - title: "PulseApp", + title: "Pulse App", description: "A lightweight service monitoring solution for tracking the availability of whatever service your heart desires!", openGraph: { images: [ { - url: "https://pulseapp.cc/logo.png", + url: "https://pulseapp.cc/media/logo.png", width: 128, height: 128, },