Using Web Components in Astro wasn’t as straightforward as expected. Here’s an example showing how to integrate the obfuscate-link web component into an Astro project.
First, add the Obfuscate-Link web component to the project:
npm install obfuscate-link-web-component
Continue reading “ObfuscateLink Web Component in Astro”