Every time the action runs, it wrongly creates links like: ``` ../../../../../../public ``` alto they should be one level higher: ``` ../../../../../public ``` I'm using the latest version `0.2.11` in my blog with root locale without a base option.
Every time the action runs, it wrongly creates links like:
alto they should be one level higher:
I'm using the latest version
0.2.11in my blog with root locale without a base option.