Skip to content

Commit

Permalink
manifest back
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Oct 2, 2024
1 parent 6e03397 commit 04d7c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
{/* <link rel="manifest" href={dsfrWebManifest} crossOrigin="use-credentials" /> */}
<link rel="stylesheet" href={dsfrCss} />
<link rel="stylesheet" href={dsfrColorCss} />
{import.meta.env.SPA_MODE === "true" && <PWAManifest />}
{import.meta.env.SPA_MODE && <PWAManifest />}
<Meta />
<Links />
</head>
Expand Down

0 comments on commit 04d7c8f

Please sign in to comment.