Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created March 9, 2022 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/cb92fbaed7953dae52c564956552d712 to your computer and use it in GitHub Desktop.
Save velotiotech/cb92fbaed7953dae52c564956552d712 to your computer and use it in GitHub Desktop.
import Card from 'https://framer.com/m/Card-3Yxh.js@gsb1Gjlgc5HwfhuD1VId';
import Head from 'next/head';
export default class MyDocument extends Document {
render() {
return (
<>
<Head>
<title>URL imports for Next 12</title>
</Head>
<div>
<Card variant='R3F' />
</div>
</>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment