fix: Update chat bundle url (no-changelog) (#17828)

This commit is contained in:
Michael Kret
2025-07-30 16:34:59 +03:00
committed by GitHub
parent 308a6f65dd
commit 541f80f8f3

View File

@@ -77,7 +77,7 @@ export function createPage({
</head> </head>
<body> <body>
<script type="module"> <script type="module">
import { createChat } from 'https://cdn.jsdelivr.net/npm/n8n-chat-atekron@0.49.0/dist/chat.bundle.es.js'; import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js';
(async function () { (async function () {
const authentication = '${sanitizedAuthentication}'; const authentication = '${sanitizedAuthentication}';