File tree Expand file tree Collapse file tree 2 files changed +1
-88
lines changed
Expand file tree Collapse file tree 2 files changed +1
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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());
You can’t perform that action at this time.
0 commit comments