mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
Fix typo
This commit is contained in:
@@ -108,7 +108,7 @@ export async function getStaticProps(context) {
|
||||
);
|
||||
return cached;
|
||||
}
|
||||
if (process.ENV.NODE_ENV === 'production') {
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
console.log(
|
||||
'Cache miss for MDX for /' + path + ' from ./node_modules/.cache/'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user