diff --git a/app/root.tsx b/app/root.tsx index 22d1577..d2eb64e 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -8,6 +8,8 @@ import { import React from "react" import { ManifestLink } from "@remix-pwa/sw" +import manifest from "./site.webmanifest" + export function Layout({ children }: { children: React.ReactNode }) { return ( @@ -15,7 +17,7 @@ export function Layout({ children }: { children: React.ReactNode }) { - + diff --git a/site.webmanifest b/app/site.webmanifest similarity index 100% rename from site.webmanifest rename to app/site.webmanifest