Skip to content

Commit

Permalink
pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
chibat committed Jan 5, 2024
1 parent 9c47885 commit 7317d1b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ export default function App({ Component }: PageProps) {
/>
<link rel="stylesheet" href="/app.css" />
<link rel="manifest" href="/manifest.json" />
<script async src="/register_sw.js" />
{
/*
<script async src="/register_sw.js" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SZVLRW13Y8"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-SZVLRW13Y8"
>
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
Expand Down

0 comments on commit 7317d1b

Please sign in to comment.