mirror of
https://github.com/community-scripts/Proxmox.git
synced 2026-05-04 07:33:40 -05:00
Implement static params generation in manifest
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user