Explorar el Código

ph key (#3239)

Co-authored-by: Justin Rhee <jusrhee@Justins-MacBook-Air.local>
jusrhee hace 2 años
padre
commit
0d4b8cf800
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/webpack.config.js

+ 1 - 1
dashboard/webpack.config.js

@@ -53,7 +53,7 @@ module.exports = () => {
       template: path.resolve(__dirname, "src", "hosted.index.html"),
       intercomAppId: `${env.INTERCOM_APP_ID}`,
       hotjarId: `${env.HOTJAR_ID}`,
-      posthogKey: `${process.env.POSTHOG_API_KEY}`,
+      posthogKey: `${env.POSTHOG_API_KEY}`,
       intercomSrc: `${process.env.INTERCOM_SRC}`,
       segmentWriteKey: `${process.env.SEGMENT_WRITE_KEY}`,
       segmentKey: `${process.env.SEGMENT_PUBLIC_KEY}`,