Hi, I have issues with the asset directory, why the 3d flipbook detects the URL wrongly. For example, my asset folder is on the public root directory, should be accessed like www.domain.com/css/black-book-view.css. But the 3d flipbook detects my URL entirely, for example, I want to make the 3d flipbook on the portfolio page, so the URL is www.domain.com/portfolio, and the 3d flipbook searches the asset in www.domain.com/portfolio/css/black-book-view.css, etc inside of the portfolio URI, which is wrong and the file is not found. The question is how can I change the URL directory? I cannot use this in Laravel application
My question is, how to custom the path of the files assets?
it's fixed by reading the documentation properly, sorry for my bad and thank you very much.