Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Inconsistencies in the handling of public_folder in image paths: Discrepancies between expectations and resultsΒ #1123

@lorensansol

Description

@lorensansol
  • If I use public_folder: /foo
    • Expectation?: image: /foo/example.jpg
    • Reality: image: /foo/example.jpg βœ…
  • If I use public_folder: /foo/
    • Expectation?: image: /foo/example.jpg
    • Reality: image: /foo//example.jpg πŸ†— It is ok because there is the previous option
  • If I use public_folder: ''.
    • Expectation?: image: example.jpg ⬅️ I would especially like this
    • Reality: image: /example.jpg ❌
  • If I use public_folder: /
    • Expectation?: image: /example.jpg
    • Reality: image: //example.jpg ❌

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