wintercms / wn-pages-plugin

Static Pages plugin for Winter CMS
https://wintercms.com/
MIT License
9 stars 22 forks source link

Fix issue with subpages of home would get 2 slashes #21

Closed robertalexa closed 1 year ago

robertalexa commented 1 year ago

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.