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
How to obtain a link to the source file on docsify's website
19 views Asked by 白日梦主义 At
1
docsify doesn't handle static files, you may just be accessing the wrong path.