Skip to content

Commit aae27a1

Browse files
committed
Remove service worker completely
1 parent 6b782ca commit aae27a1

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed

public/sw.js

Lines changed: 0 additions & 84 deletions
This file was deleted.

src/app/layout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,10 @@ export default function RootLayout({
148148
{/* Security Meta Tags */}
149149
<meta httpEquiv="X-Content-Type-Options" content="nosniff" />
150150
<meta httpEquiv="Permissions-Policy" content="camera=(), microphone=(), geolocation=()" />
151-
{/* Service Worker Registration and Google Analytics */}
151+
{/* Google Analytics */}
152152
<script
153153
dangerouslySetInnerHTML={{
154154
__html: `
155-
// Service Worker Registration - Temporarily disabled until GitHub Actions deploys
156-
console.log('Service Worker registration temporarily disabled until GitHub Actions deployment completes');
157-
158155
window.dataLayer = window.dataLayer || [];
159156
function gtag(){dataLayer.push(arguments);}
160157
gtag('js', new Date());

0 commit comments

Comments
 (0)