mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Base layout
This commit is contained in:
@@ -4,7 +4,12 @@ class MyDocument extends Document {
|
||||
render() {
|
||||
return (
|
||||
<Html>
|
||||
<Head />
|
||||
<Head>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</Head>
|
||||
<body className="loading">
|
||||
<Main />
|
||||
<NextScript />
|
||||
|
Reference in New Issue
Block a user