diff --git a/next.config.js b/next.config.js index c8465e66..90211359 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,5 @@ const drupalUrl = new URL(process.env.NEXT_PUBLIC_DRUPAL_BASE_URL); -console.log('node_env', `value: ${process.env.CI} here`); + const nextConfig = { typescript: { // Disable build errors since dev dependencies aren't loaded on prod. Rely on GitHub actions to throw any errors.