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.
2 parents 4bfdd81 + 457aafc commit a78a2cfCopy full SHA for a78a2cf
src/pages/alan.js
@@ -1,6 +1,6 @@
1
import React, { useEffect } from "react";
2
3
-const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}`;
+const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}/stage`;
4
5
function AlanAIComponent() {
6
useEffect(() => {
0 commit comments