Skip to content

Commit

Permalink
feat: PWA test
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
  • Loading branch information
TheTechmage committed Mar 17, 2024
1 parent cd74dcc commit 88086d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<head>
<link rel="manifest" href="/manifest.json" />
<script src="/pwa-script.js" />
</head>
<body className={inter.className}>{children}</body>
</html>
);
Expand Down

0 comments on commit 88086d1

Please sign in to comment.