Link and metamigo build fixes

This commit is contained in:
Darren Clarke 2023-03-13 22:14:52 +00:00
parent 4f2b7934e2
commit 785d0965e3
17 changed files with 26 additions and 16 deletions

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import Head from "next/head";
import { Grid } from "@mui/material";
import { Layout } from "components/Layout";

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import Head from "next/head";
import { Grid } from "@mui/material";
import { Layout } from "components/Layout";
@ -17,7 +18,7 @@ const Metamigo = () => (
<Grid item sx={{ height: "100vh", width: "100%" }}>
<Iframe
id="link"
url={"https://sigarillo.link.smex.org"}
url={"http://metamigo-frontend:3000"}
width="100%"
height="100%"
frameBorder={0}