- 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` β
public_folder: /fooimage: /foo/example.jpgimage: /foo/example.jpgβpublic_folder: /foo/image: /foo/example.jpgimage: /foo//example.jpgπ It is ok because there is the previous optionpublic_folder: ''.image: example.jpgβ¬ οΈ I would especially like thisimage: /example.jpgβpublic_folder: /image: /example.jpgimage: //example.jpgβ