-
-
Notifications
You must be signed in to change notification settings - Fork 727
π potential fix for inserts not always being on newlines #3464
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
Conversation
|
@acidjazz is attempting to deploy a commit to the NuxtLabs Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
This forced break-return fix has been confirmed to resolve our issue, the two INSERTS are now on their own line and the blog entries are no longer missing |
mfreeman451
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
I'm curious to know how is this happening π€ In the template generation we join all lines with content/src/utils/templates.ts Lines 96 to 107 in 116fcc9
Is there any simple reproduction to dig the issue? |
I wasn't able to get that going since we have almost 200 blog entries :/ - but i can tell you this is working on our end! |
|
@acidjazz I pushed a commit to your PR. Can you confirm that it works as expected with my commit? |
I will confirm in the next hour or so |
This is confirmed working on our end |
π Linked issue
resolves #3463
β Type of change
π Description
π Checklist