Skip to content

Commit 12b722a

Browse files
authored
manifestのタイトルをpage.tsxからもってこない
1 parent 3101e01 commit 12b722a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/manifest.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ import { metadata as pageMetadata } from "./page";
33

44
export default function manifest(): MetadataRoute.Manifest {
55
return {
6-
// page.tsxからもってくる
7-
name: pageMetadata.title as string,
8-
short_name: pageMetadata.title as string,
6+
name: "my.code();",
7+
short_name: "my.code();",
98
description: pageMetadata.description as string,
109
start_url: "/",
1110
display: "standalone",

0 commit comments

Comments
 (0)