SolidJSS
SolidJSโ€ข3y agoโ€ข
28 replies
Delvis

Using script tag with custom parameter

<script async src="https://umami.domain.org/script.js" data-website-id="ba170e55-8r926-4fc2-a36f-a4ggrbbcd2ebd83"></script>


and this is my solid code root.tsx

  createScriptLoader({
    src: "https://umami.domain.org/script.js",
    "data-website-id": "ba170e55-8926-4fc2-a36f-a4bbcdeffeefedfed2ebd83",
    async: true,    

  });


Problem is that data-website-id doesn't work.
Was this page helpful?