Removed more unused deps and commented code

This commit is contained in:
Valtteri Karesto
2021-11-19 16:12:01 +02:00
parent 25cd64f8f6
commit c6102c2e6a
3 changed files with 3 additions and 123 deletions

View File

@@ -24,16 +24,3 @@ const Home: NextPage = () => {
};
export default Home;
// export const getStaticPaths: GetStaticPaths = async () => {
// // ...
// return { paths: [], fallback: "blocking" };
// };
// export const getStaticProps: GetStaticProps = async (context) => {
// // ...
// return {
// props: {},
// revalidate: 60,
// };
// };