How to obtain a link to the source file on docsify's website

19 views Asked by At

I deployed a docsify project using Cloudflare. On the index. HTML of the webpage, I linked JavaScript and CSS files in the same directory. However, when I loaded the webpage, the link returned an HTML document rendered by docsify instead of the original JavaScript file. How can I make it return the original JavaScript and CSS files

1

There are 1 answers

0
Luffy On

docsify doesn't handle static files, you may just be accessing the wrong path.