You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A file under tutorial/1-basics/1-introduction/1-welcome/__files/basic.html
but in preview tab it keep loading the default template which have Viteand everytim when I refresh i fo npm install
so my questions are
How to preview my html file; , do I need to write same html under templates folder or can I add a buton on current default template to link the page with current lesson?
How to stop npm install and npm start on every page refresh
alos in /content/tutorial/1-basics/1-introduction/1-welcome/content.md , there is focus property which is not metioned anywhere, how to use?
Link to a StackBlitz project which shows the error
No response
Steps to reproduce
install the app
add fils _files/basic.html
Expected behavior
In preview tab ; it must show my HTML file and do not install on every refresh
Describe the bug
I want to create CSS tutorials and added
tutorial/1-basics/1-introduction/1-welcome/__files/basic.htmlbut in preview tab it keep loading the default template which have Viteand everytim when I refresh i fo npm install
so my questions are
/content/tutorial/1-basics/1-introduction/1-welcome/content.md, there is focus property which is not metioned anywhere, how to use?Link to a StackBlitz project which shows the error
No response
Steps to reproduce
Expected behavior
In preview tab ; it must show my HTML file and do not install on every refresh
here is the repo link : https://github.com/xkeshav/tutorial-kit
Screenshots
this is how it looks when loadedpage load
Platform
Additional context
No response