Merge pull request #67 from iSource/pwa-support

feat: add PWA support
This commit is contained in:
Yifei Zhang
2023-03-27 18:19:49 +08:00
committed by GitHub
5 changed files with 56 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ export default function RootLayout({
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap"
rel="stylesheet"
></link>
<script src="/serviceWorkerRegister.js" defer></script>
</head>
<body>{children}</body>
</html>