Skip to content

Commit 541f80f

Browse files
fix: Update chat bundle url (no-changelog) (#17828)
1 parent 308a6f6 commit 541f80f

File tree

1 file changed

+1
-1
lines changed
  • packages/@n8n/nodes-langchain/nodes/trigger/ChatTrigger

1 file changed

+1
-1
lines changed

packages/@n8n/nodes-langchain/nodes/trigger/ChatTrigger/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function createPage({
7777
</head>
7878
<body>
7979
<script type="module">
80-
import { createChat } from 'https://cdn.jsdelivr.net/npm/n8n-chat[email protected]/dist/chat.bundle.es.js';
80+
import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js';
8181
8282
(async function () {
8383
const authentication = '${sanitizedAuthentication}';

0 commit comments

Comments
 (0)