リンクプレビュー
Next.js by Vercel - The React Framework
Next.js by Vercel is the full-stack React framework for the web.
https://nextjs.org
インストール
pnpm add unfurl.js
インストール
pnpm add unfurl.js
import LinkPreview from '@/app/_components/link-preview';
export default function LinkPreviewDemo() {
return (
// @ts-expect-error Server Component
<LinkPreview url="https://nextjs.org" />
);
}
import LinkPreview from '@/app/_components/link-preview';
export default function LinkPreviewDemo() {
return (
// @ts-expect-error Server Component
<LinkPreview url="https://nextjs.org" />
);
}