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

Description
- 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 β