Skip to content

Commit

Permalink
Revert-new-sw (#927)
Browse files Browse the repository at this point in the history
* Revert "change to new sw impl"

This reverts commit 3081504.

* chore(website): charSet -> charset in root.tsx
  • Loading branch information
maiieul authored Aug 13, 2024
1 parent 06a42ce commit b19a887
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions apps/website/src/root.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { component$, useContextProvider, useStore, useStyles$ } from '@builder.io/qwik';
import {
component$,
PrefetchGraph,
PrefetchServiceWorker,
useContextProvider,
useStore,
useStyles$,
} from '@builder.io/qwik';
import { QwikCityProvider, RouterOutlet } from '@builder.io/qwik-city';
QwikCityProvider,
RouterOutlet,
ServiceWorkerRegister,
} from '@builder.io/qwik-city';

import { APP_STATE_CONTEXT_ID } from './_state/app-state-context-id';
import { AppState } from './_state/app-state.type';
Expand Down Expand Up @@ -46,11 +43,10 @@ export default component$(() => {
return (
<QwikCityProvider>
<head>
<meta charSet="utf-8" />
<meta charset="utf-8" />
<link rel="manifest" href="/manifest.json" />
<RouterHead />
<PrefetchGraph />
<PrefetchServiceWorker />
<ServiceWorkerRegister />
</head>
<body lang="en">
<ThemeProvider
Expand Down

0 comments on commit b19a887

Please sign in to comment.