We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The relevant expression of the environment variables in the document will cause the page to report an error cannot be displayed
mkdir docs && echo '# Hello VitePress process.env.NODE_ENV === 'development' ' > docs/index.md
process.env.NODE_ENV === 'development'
System: OS: macOS 12.4 CPU: (10) x64 Apple M1 Pro Memory: 30.27 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.20.0 - /usr/local/bin/node Yarn: 1.22.18 - /usr/local/bin/yarn npm: 6.14.17 - /usr/local/bin/npm Browsers: Chrome: 103.0.5060.114 Safari: 15.5
**Example** General transmission: `process.env.NODE_ENV === 'development'`
The text was updated successfully, but these errors were encountered:
Was fixed by #888. It'll be there in the next release.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The relevant expression of the environment variables in the document will cause the page to report an error cannot be displayed
Reproduction
mkdir docs && echo '# Hello VitePress
process.env.NODE_ENV === 'development'
' > docs/index.mdExpected behavior
System Info
Additional context
Validations
The text was updated successfully, but these errors were encountered: