Implement static params generation in manifest

This commit is contained in:
Bram Suurd
2024-11-03 21:34:57 +01:00
parent f49e38498c
commit ffe4e663e8

View File

@@ -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 {