Skip to content
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

@TiagoSAmaral

Description

@TiagoSAmaral

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions