When creating a subpage for the Homepage (with / url), the preset would automatically prepend an extra / at the start of the url. This was the expected behaviour but doesn't make sense just on the / page.
This PR resolves the issue by passing the parent url appropriately.
When creating a subpage for the Homepage (with
/
url), the preset would automatically prepend an extra/
at the start of the url. This was the expected behaviour but doesn't make sense just on the/
page.This PR resolves the issue by passing the parent url appropriately.