外观
防止 Next.js 数据获取函数中常见的拼写错误
export default function Page() { return <div></div>; } export async function getServurSideProps() {}