Skip to content

Commit b19ede4

Browse files
authored
fix: Add page title to extensions site (block#950)
1 parent 162348d commit b19ede4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions-site/app/root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
3131
<head>
3232
<meta charSet="utf-8" />
3333
<meta name="viewport" content="width=device-width, initial-scale=1" />
34+
<title>Extensions | codename goose</title>
3435
<Meta />
3536
<Links />
3637
</head>

0 commit comments

Comments
 (0)