Skip to content

Commit

Permalink
titleの指定
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Nov 24, 2023
1 parent f520146 commit a887e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ export const metadata = {
export default function RootLayout({ children }: { children: React.ReactNode }) {
// テーマのチラつきを抑えるために指定
const className = 'rs-theme-dark';
const title = '開発補助ツール';

return (
<html lang="ja">
<head>
<GoogleAnalytics />
<title>{title}</title>
</head>
<body className={className}>
<Provider>{children}</Provider>
Expand Down

1 comment on commit a887e24

@vercel
Copy link

@vercel vercel bot commented on a887e24 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tools-su-u-dev – ./

tools-su-u-dev-su-u.vercel.app
tools-su-u-dev-git-main-su-u.vercel.app
tools-su-u-dev.vercel.app
tools.su-u.dev

Please sign in to comment.