Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
fix: update chat page script
Browse files Browse the repository at this point in the history
  • Loading branch information
gillyb committed Dec 18, 2024
1 parent 46d838c commit 1f1a342
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/documentation/src/components/ChatScript/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export const ChatScript = ({ projectID, embedded = false }: { projectID: string;
window.voiceflow.chat.load({
url: 'https://general-runtime-review-new-widget.us-2.development.voiceflow.com',
verify: { projectID: "${projectID}" },
assistant: {
stylesheet: '../../bundle/style.css',
}
versionID: 'production'
${embedded ? ', render: { mode: "embedded", target: document.getElementById("chat_embed") }' : ''}
});
};
Expand Down

0 comments on commit 1f1a342

Please sign in to comment.