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
Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →
Warning
No base build found for commit 6155992 on feature/typo3-v14.
Coverage changes can't be calculated without a base build. If a base build is processing, this comment will update automatically when it completes.
Coverage: 74.7%
Details
Patch coverage: 1 uncovered change across 1 file (0 of 1 lines covered, 0.0%).
Hi,
i recognized, that with that change all URLs are rendered with frontend URL prefixed.
That causes nuxtJS in the frontend, to load the full page and handle it as an external link - so you lose speed and do unnecessary requests.
Is there an option to let the links generate without prefix for menu etc.?
hi @develth if you are on v14 try this branch #893, it is fixed there (with additional improvements), if you are using v4 downgrade to 4.7.x or use this branch #892
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.