Skip to content

Commit

Permalink
Merge pull request #35 from Atralupus/remove-needless-config
Browse files Browse the repository at this point in the history
Remove edge config
  • Loading branch information
Atralupus authored May 17, 2024
2 parents 4a7f45a + 65639ab commit 52657be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/[network]/tablesheet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { useRouter } from "next/router";
import { getSheetNames } from "../../../apiClient";
import { getNetworkType, getNodeType } from "../../../utils/network";

export const config = { runtime: "edge" };

export const getServerSideProps: GetServerSideProps = async (context) => {
const network_info = context.query.network as string;

Expand Down

0 comments on commit 52657be

Please sign in to comment.