Removing log, as I can redeploy build from Vercel
This commit is contained in:
@@ -33,7 +33,6 @@ export const getStaticProps = wrapper.getStaticProps(
|
|||||||
);
|
);
|
||||||
|
|
||||||
const Page = ({ page }: any) => {
|
const Page = ({ page }: any) => {
|
||||||
console.log("hello");
|
|
||||||
return (
|
return (
|
||||||
<Internal>
|
<Internal>
|
||||||
<div className="container my-32">
|
<div className="container my-32">
|
||||||
|
|||||||
Reference in New Issue
Block a user