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 f934008 commit 078d7afCopy full SHA for 078d7af
src/pages/alan.js
@@ -1,8 +1,6 @@
1
import React, { useEffect } from "react";
2
3
-const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}`;
4
-
5
+const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}/stage`;
6
console.log(AlanAIProjectKey);
7
function AlanAIComponent() {
8
useEffect(() => {
0 commit comments