Closed dylandepass closed 6 months ago
If the url contains a fragment the nocache query param should come before the fragment. Currently we are just appending it on to the url and not factoring in the edge cache where the url contains a fragment on .page and then is published.
nocache
.page
fixes #750
:tada: This PR is included in version 6.45.3 :tada:
The release is available on:
v6.45.3
Your semantic-release bot :package::rocket:
If the url contains a fragment the
nocache
query param should come before the fragment. Currently we are just appending it on to the url and not factoring in the edge cache where the url contains a fragment on.page
and then is published.fixes #750