feat: 修改网站元素
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const metadata = {
|
||||
siteTitle: "Mobius",
|
||||
siteTitle: "Uroboros",
|
||||
|
||||
postPageSize: 12
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ const pageTitle = title ? `${title} - ${siteTitle}` : siteTitle;
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
||||
/>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{pageTitle}</title>
|
||||
<meta name="description" content={description}>
|
||||
|
||||
Reference in New Issue
Block a user