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

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" />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions