-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Describe the bug
Adding an external script to a lesson doesn't work.
Steps to reproduce
- Add
<script src="landing.js"></script>
tocontent.md
of a lesson. - Create
landing.js
file withconsole.log(1)
in the lesson folder. - Run
npm run dev
and open the lesson in the browser. - The script is not executed - the corresponding HTTP request returns 404.
Expected behavior
Astro supports scripts. I'd expect the script to work.
Platform
- TutorialKit version: github latest.
- OS: macOS
- Browser: Chrome
P.S.
Adding image.png
to the lesson and including it as 
works.
Perhaps, there's an alternative "proper" way to add an external script?
Metadata
Metadata
Assignees
Labels
No labels