title fororog
This commit is contained in:
parent
5f67f562ac
commit
3dd4586e37
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const { title } = Astro.props;
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<Head />
|
||||
<Head title={title}/>
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body onload="redirect()">
|
||||
|
|
Loading…
Reference in a new issue