Fix: schema, move favicon and config page

This commit is contained in:
aronmal 2024-01-11 11:41:37 +01:00
parent 712affc83d
commit 2a1cf8114e
Signed by: aronmal
GPG key ID: 816B7707426FC612
5 changed files with 69 additions and 66 deletions

View file

@ -7,7 +7,7 @@ export default createHandler(() => (
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/assets/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
{assets}
</head>
<body id="app">