Hi everyone, and sorry in advance if this was answered before (couldn’t find it)
I worked on a MarkUp previewer on the front end libraries certification that passes 7/8 test on my local computer.
Then I deploy it on gh-pages using this method
and when I run the test on the gh-pages deploy it looses all of the ID attributes on the tags elements
What can i do to mantain the tags attributes on the elements when deploying to servers like GH o Heroku??
Thanks in advance
I used React and TailwindCSS in this project
Mauricio from Chile