diff --git a/next.config.js b/next.config.js index 6282f12..9e6725a 100644 --- a/next.config.js +++ b/next.config.js @@ -54,6 +54,9 @@ const config = { patchWasmModuleImport(config, options.isServer); return config; }, + assetPrefix: "./", }; + + export default config; diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index da09348..44762b2 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -6,11 +6,11 @@ import { createWeb3Modal, defaultWagmiConfig } from "@web3modal/wagmi/react"; import Navbar from "@/components/layout/Navbar"; import { ThemeProvider } from "@/components/ui/theme-provider"; import Footer from "@/components/layout/Footer"; -import { Mulish } from "next/font/google"; +// import { Mulish } from "next/font/google"; import Head from "next/head"; import "@/styles/globals.css"; -const font = Mulish({ subsets: ["latin"] }); +// const font = Mulish({ subsets: ["latin"] }); const PROJECT_ID = process.env.NEXT_PUBLIC_PROJECT_ID ?? ""; const chains = [mainnet]; @@ -24,12 +24,13 @@ const MyApp: AppType = ({ }) => { return ( -
+ {/*
*/} +
- - + + - + diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e79e3eb..da2ff43 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -27,7 +27,7 @@ export default function Home() { Private Data Playground - +