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, },