Closed mantaroh closed 1 year ago
This PR will address the #116 issue. This issue is based on absolute path. Spear i18n's localize function is not considered the absolute path.
If URL start with / character, Spear treat it as absolute path. (This mean generate url start with /)
/
What is this?
This PR will address the #116 issue. This issue is based on absolute path. Spear i18n's localize function is not considered the absolute path.
How do this change fix it?
If URL start with
/
character, Spear treat it as absolute path. (This mean generate url start with/
)