Hey @acurran,
thanks for your report.
That looks like the same issue you reported already regarding absolute URLs.
I assume you haven’t run the migration already?
The replacement depends on the configuration of your WordPress website.
One thing we noticed quite a few times is that the home_url() falsely contains a “/” at the end of the URL (some weird hosting setups have that), which produces such a result.
Check your WordPress dashboard -> Settings -> Reading, and make sure to remove any unnecessary slashes from the URL.
Also, check that you added the path correctly in Simply Static -> Settings -> General.
Depending on your configuration, the path needs to be added either with a slash or not:
“/test” or “/test/” – both are valid arguments for the setting.
Cheers,
Patrick
