mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
pwa support for graduation/generate
This commit is contained in:
parent
6d580fa940
commit
4c185ebf97
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ const title = primaryTitle ? `${primaryTitle} - ${SITE_TITLE}` : SITE_TITLE;
|
||||||
<html class="js no-touch progressive-image no-reduced-motion progressive" lang="zh-CN" dir="ltr">
|
<html class="js no-touch progressive-image no-reduced-motion progressive" lang="zh-CN" dir="ltr">
|
||||||
<head>
|
<head>
|
||||||
<BaseHead title={title} description={SITE_DESCRIPTION} />
|
<BaseHead title={title} description={SITE_DESCRIPTION} />
|
||||||
|
<link rel="manifest" href="/manifest.json" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="bg-[#f5f5f7] w-full h-screen flex flex-col justify-between items-center">
|
<div class="bg-[#f5f5f7] w-full h-screen flex flex-col justify-between items-center">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue