Skip to content

Commit

Permalink
Merge pull request #2 from pictomo/feature/siteSetting
Browse files Browse the repository at this point in the history
[update]site meta infos
  • Loading branch information
pictomo authored Jan 22, 2024
2 parents 0edfc29 + 7966136 commit f8a42a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "pictomo",
description: "As you can see!",
};

export default function RootLayout({
Expand Down

0 comments on commit f8a42a2

Please sign in to comment.