change: everything
This commit is contained in:
parent
1e09c02cb9
commit
a49c5d8bcc
15 changed files with 1107 additions and 229 deletions
|
|
@ -30,7 +30,12 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
|||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<Meta />
|
||||
<title>anum</title>
|
||||
<meta property="og:title" content="anum" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="a modern forum made in the 90s' image" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og.locale:alternate" content="en_GB" />
|
||||
<Links />
|
||||
</head>
|
||||
<body className="h-full">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue