feat: revalidate

This commit is contained in:
Raj 2024-03-13 17:32:51 +05:30
parent 177af7b0f7
commit 486218d6db
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ import { ExternalLink, Sparkle } from "lucide-react";
import { Footer } from "./Footer"; import { Footer } from "./Footer";
import { Connect } from "./Connect"; import { Connect } from "./Connect";
export const revalidate = 100;
export default function Page() { export default function Page() {
return ( return (
<main> <main>