fix: change title
This commit is contained in:
parent
f89b159fe6
commit
378a2e093e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export function Layout(page: AnyNode): Elem {
|
||||||
rel: "stylesheet",
|
rel: "stylesheet",
|
||||||
href: "/static/styles.css",
|
href: "/static/styles.css",
|
||||||
}),
|
}),
|
||||||
E("title", "hello world"),
|
E("title", "pleshevski"),
|
||||||
]),
|
]),
|
||||||
E("body", [div({ id: "root" }, page), config.isDev && HotReloadScript()]),
|
E("body", [div({ id: "root" }, page), config.isDev && HotReloadScript()]),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue