0

can any one explain why getStaticPros don't work with me in Nextjs 13.4

import react from 'react';
import { NextPage } from "next";
function page()  {
    return (
        <div>Hello</div>
    );
}
export default page;

export async function getStaticProps () {
    console.log("getStaticPros");
}
Progman
  • 16,827
  • 6
  • 33
  • 48

0 Answers0