We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078d7af commit 457aafcCopy full SHA for 457aafc
src/pages/alan.js
@@ -1,7 +1,7 @@
1
import React, { useEffect } from "react";
2
3
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}/stage`;
4
-console.log(AlanAIProjectKey);
+
5
function AlanAIComponent() {
6
useEffect(() => {
7
// Load Alan AI script asynchronously when the component mounts on the client side
0 commit comments