Link Preview

Dynamic link previews for your anchor tags.

utils
Description of the SVG image Loading...

Variants

Static

Description of the SVG image Loading...

About

The original idea of the <LinkPreview /> component is coming from aceternity website.

Installation

🚧 Coming soon.

Modify your next.config as follows:

const nextConfig = {
  images: {
    domains: [
      "api.microlink.io", // Microlink Image Preview
    ],
  },
};
 
module.exports = nextConfig;