import { IndexPage } from "./pages/Index"; export const dynamic = "force-static"; export default function Index() { return ; }