This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Error to load CSS in Index.html [Fix] [CSS] #306
Open
Description
Hi!
I believe there is an error generating the path to the 'all.css' file. A '/' is being placed at the very beginning, and this is not allowing it to be properly loaded into index.html.
Result after build documentation:
<link rel="stylesheet" type="text/css" href="/all.css" media="all" />
Expected result:
<link rel="stylesheet" type="text/css" href="all.css" media="all" />
Metadata
Metadata
Assignees
Labels
No labels