Skip to content

Commit 883c8e1

Browse files
committed
update title format
1 parent df5918a commit 883c8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/blog/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import type { ReactNode } from "react";
33

44
export const metadata: Metadata = {
55
title: {
6-
template: "Yeecord Blog - %s",
6+
template: "%s - Yeecord Blog",
77
default: "Yeecord Blog",
88
absolute: "Yeecord Blog",
99
},
1010
description: "YEE式機器龍各種用肝和 ❤️ 製作的部落格",
1111
openGraph: {
1212
images: "/opengraph-image.png",
1313
title: {
14-
template: "Yeecord Blog - %s",
14+
template: "%s - Yeecord Blog",
1515
absolute: "Yeecord Blog",
1616
default: "Yeecord Blog",
1717
},

0 commit comments

Comments
 (0)