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
Astros + Vercel Edge adapter fails to build when a markdown includes "process.env.NODE_ENV", but only if it's mid-string. It's specific to "process.env.NODE_ENV"; "process.env" or "process.env.ANY_OTHER_STRING" doesn't have any issues. No issues with the severless adapter as well.
What version of
astro
are you using?2.5.0
Are you using an SSR adapter? If so, which one?
Vercel (Edge)
What package manager are you using?
pnpm
What operating system are you using?
Mac
What browser are you using?
N/A
Describe the Bug
Astros + Vercel Edge adapter fails to build when a markdown includes "process.env.NODE_ENV", but only if it's mid-string. It's specific to "process.env.NODE_ENV"; "process.env" or "process.env.ANY_OTHER_STRING" doesn't have any issues. No issues with the severless adapter as well.
Breaks:
Doesn't break:
Link to Minimal Reproducible Example
https://github.com/pilcrowOnPaper/astro-markdown-edge
Participation
The text was updated successfully, but these errors were encountered: