Browse Source

Fix typo

main
Dan Abramov 2 years ago
parent
commit
574c52dc64
  1. 2
      beta/src/pages/[[...markdownPath]].js

2
beta/src/pages/[[...markdownPath]].js

@ -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/'
);

Loading…
Cancel
Save