We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277bb8a commit 0630543Copy full SHA for 0630543
app/list/page.tsx
@@ -2,6 +2,8 @@ import React from "react";
2
import { getLibraries } from "@/lib/libraries";
3
import type { Metadata } from "next";
4
5
+export const maxDuration = 300;
6
+
7
export const metadata: Metadata = {
8
title: "All Libraries - jsgrids",
9
description:
app/page.tsx
import IndexPage from "../components/IndexPage";
export default async function Page() {
const items = await getLibraries();
const ts = new Date().toISOString();
0 commit comments