Dynamic link previews for your anchor tags.
The original idea of the <LinkPreview /> component is coming from aceternity website.
🚧 Not available yet.
Modify your next.config as follows:
const nextConfig = {
images: {
domains: [
"api.microlink.io", // Microlink Image Preview
],
},
};
module.exports = nextConfig;