Skip to content

Commit

Permalink
Merge pull request #192 from TECH-C-LT/chore/add-meta
Browse files Browse the repository at this point in the history
metadataを追加
  • Loading branch information
R1013-T committed Aug 17, 2024
2 parents bb058d5 + 98c701e commit 5829790
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Binary file added apps/web/src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import type { Metadata } from 'next'
import { Noto_Sans_JP } from 'next/font/google'
import { Toaster } from 'sonner'

import Header from '~/components/header'

const notoSansJp = Noto_Sans_JP({
subsets: ['latin'],
})
Expand All @@ -19,6 +17,14 @@ export const metadata: Metadata = {
},
description: '平和なインターネットを目指すAPIを提供します。',
metadataBase: new URL('https://peeace.net'),
keywords: [
'API',
'平和',
'平和ネット',
'コンテンツ分析',
'NGテキスト',
'テキスト変換',
],
}

export default function RootLayout({
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "平和ネットAPI",
"short_name": "平和ネットAPI",
"description": "平和ネットAPI",
"short_name": "平和ネット",
"description": "平和なインターネットを目指すAPIを提供します。",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
Expand Down

0 comments on commit 5829790

Please sign in to comment.