Skip to content

Commit

Permalink
Revert "test staging."
Browse files Browse the repository at this point in the history
This reverts commit 59e9e51.
  • Loading branch information
EliseiNicolae committed Jan 7, 2023
1 parent 59e9e51 commit 2089c30
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ export default function Home({
}
}, []);

return <>123</>
// return StationPage({
// stations_metadata,
// seoMetadata: seoHomepage,
// });
return StationPage({
stations_metadata,
seoMetadata: seoHomepage,
});
}

export async function getServerSideProps(context: any) {
Expand Down

1 comment on commit 2089c30

@vercel
Copy link

@vercel vercel bot commented on 2089c30 Jan 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.