Closed tomasts248 closed 1 year ago
I'm trying to use it from a Worpdress template with the local script in head as follows: <script type="module" src="<?php bloginfo('template_url'); ?>/js/sandbox/playground-ide.ts"></script>
<script type="module" src="<?php bloginfo('template_url'); ?>/js/sandbox/playground-ide.ts"></script>
Most likely I'm doing something wrong.. help is appreciated
Ok solved by using a CDN link
I'm trying to use it from a Worpdress template with the local script in head as follows:
<script type="module" src="<?php bloginfo('template_url'); ?>/js/sandbox/playground-ide.ts"></script>