fix for compliance

This commit is contained in:
ClasWen 2024-06-03 21:49:59 +08:00
parent 6640ade940
commit 0639315e8f
4 changed files with 3639 additions and 4581 deletions

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@ const { pathname } = Astro.url;
<meta name="generator" content={Astro.generator} />
<!-- Primary Meta Tags -->
<title>{title}</title>
<title>拔电关机</title>
<meta name="title" content={title} />
<meta name="description" content={description} />

View file

@ -38,6 +38,7 @@ const year = date.getFullYear();
<div class="copyright">
&copy; {`2018-${year} ${SITE_NAME}`}
<a href="//github.com/austin2035/astro-air-blog">astro-air-blog</a>
<a href="https://beian.miit.gov.cn/" target="_blank" class="text-xs ml-2">浙ICP备2021030831</a>
</div>
</div>
</div>

View file

@ -1,4 +1,4 @@
export const SITE_TITLE = `计算机协会`
export const SITE_TITLE = `拔电关机`
export const SITE_EMAIL = "contact@nbtca.space"
export const SITE_NAME = "Computer Association"
export const SITE_DESCRIPTION = "Computer Association"