You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create an error page on a subsite and perform a dev/build, a static file is cached to the assets folder.
This file seems correct, excepting the base tag contains the main site base url, not swapping the domain out for that which the Subsite is set to listen for.
Recreate:
Have a project on a domain e.g. localhost
create a subsite on this project.
set a domain for that subsite e.g. subsite.localhost
create an errorpage on that subsite
publish that error page
perform dev/build
see the contents of e.g. public/assets/error-404-subsite.localhost.html contains the base url of http://subsite/ instead of http://subsite.localhost
The text was updated successfully, but these errors were encountered:
When I create an error page on a subsite and perform a dev/build, a static file is cached to the assets folder.
This file seems correct, excepting the
base
tag contains the main site base url, not swapping the domain out for that which the Subsite is set to listen for.Recreate:
localhost
subsite.localhost
public/assets/error-404-subsite.localhost.html
contains the base url ofhttp://subsite/
instead ofhttp://subsite.localhost
The text was updated successfully, but these errors were encountered: