Skip to content

Commit

Permalink
fix: page name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohvn committed Nov 23, 2024
1 parent 927ee80 commit 9e69e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { Metadata } from "next";
import ClientLayout from "./client-layout";

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "schm",
description: "theme based image generator",
};

export default function RootLayout({
Expand Down

0 comments on commit 9e69e89

Please sign in to comment.