diff --git a/src/app/manifest.ts b/src/app/manifest.ts index 90cb1cb..147a466 100644 --- a/src/app/manifest.ts +++ b/src/app/manifest.ts @@ -1,6 +1,8 @@ import type { MetadataRoute } from "next"; -export const dynamic = "force-static"; +export const generateStaticParams = () => { + return []; +}; export default function manifest(): MetadataRoute.Manifest { return {