Skip to content

Commit

Permalink
chore: change meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
tosaken1116 committed Oct 29, 2023
1 parent 62059ae commit a42f265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/favicon.ico
Binary file not shown.
Binary file removed src/app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import './globals.css';
const inter = Inter({ subsets: ['latin'] });

export const metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'ホーム / Y',
description: '',
};

const RootLayout = ({ children }: { children: React.ReactNode }): ReactNode => (
Expand Down

0 comments on commit a42f265

Please sign in to comment.