mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix: Add page title to extensions site (#950)
This commit is contained in:
@@ -31,6 +31,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Extensions | codename goose</title>
|
||||
<Meta />
|
||||
<Links />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user