diff --git a/apps/link/next.config.js b/apps/link/next.config.js index ea2105d..2308721 100644 --- a/apps/link/next.config.js +++ b/apps/link/next.config.js @@ -3,6 +3,7 @@ const nextConfig = { reactStrictMode: true, publicRuntimeConfig: { leafcutterURL: process.env.LEAFCUTTER_URL, + metamigoURL: process.env.METAMIGO_URL, }, rewrites: async () => ({ fallback: [ diff --git a/apps/link/pages/admin/metamigo.tsx b/apps/link/pages/admin/metamigo.tsx index 8bae024..84271b0 100644 --- a/apps/link/pages/admin/metamigo.tsx +++ b/apps/link/pages/admin/metamigo.tsx @@ -1,31 +1,38 @@ -import { FC } from "react"; +import { NextPage } from "next"; +import getConfig from "next/config"; import Head from "next/head"; import { Grid } from "@mui/material"; import { Layout } from "components/Layout"; import Iframe from "react-iframe"; -const Metamigo: FC = () => ( - - - Link Shell - - - -