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: NextPage = () => { const { publicRuntimeConfig: { metamigoURL }, } = getConfig(); return ( Link Shell