Adding CDN link to react (+vite)

Hola,

trying to figure out how to include a CDN link to test an exercise using REACT + Vite.
Im already doing it by adding a <script src=""> right before the </body> as done with exercises with html + script + css files, but it does not work using the above.
Any idea why? Ive read people here in the forum having simiilar issues but still dont have a clue.

Thank you

well, the (silly) issue was just me writing <scrrip> instead of <script>.
Apologies …

1 Like