berrysauce / ingredients

🧪 Determine the "ingredients" (or technologies) behind a website
https://ingredients.work
GNU Affero General Public License v3.0
113 stars 15 forks source link

Detecting Svelte ingredient based on data attribute #27

Open codeinabox opened 9 months ago

codeinabox commented 9 months ago

I generated the site https://www.ausmusicscrapbook.com/ using SvelteKit as a static site generator, however it isn't detected as an ingredient. Looking at the generated HTML source, the attribute data-svelte-h appears many times - could it be used to detect SvelteKit as an ingredient?

berrysauce commented 9 months ago

Sure, why not!