-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(utils): flatRoutes regex for nested routes with trailing slash enabled #6791
Conversation
…tes with trailing slash enabled
I need some help working out why I'm getting this result when all the tests are passing correctly. Please see #6783 |
Codecov Report
@@ Coverage Diff @@
## dev #6791 +/- ##
=======================================
Coverage 64.82% 64.82%
=======================================
Files 78 78
Lines 2718 2718
Branches 706 706
=======================================
Hits 1762 1762
Misses 729 729
Partials 227 227
Continue to review full report at Codecov.
|
Nested routes with
trailingSlash: true
nuxt config is getting double forward slash paths.Types of changes
Description
Resolves: #6783
Checklist: