pwa support for graduation/generate

This commit is contained in:
ClasWen 2024-06-12 22:57:58 +08:00
parent 6d580fa940
commit 4c185ebf97

View file

@ -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">
<head>
<BaseHead title={title} description={SITE_DESCRIPTION} />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div class="bg-[#f5f5f7] w-full h-screen flex flex-col justify-between items-center">