Skip to content

Commit

Permalink
Fix tonconnect-manifest URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishcheta Dmitry committed Aug 1, 2024
1 parent 2a6a9cf commit 9b13ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initTonConnectUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { TonConnectUI } from '@tonconnect/ui'

export function initTonConnectUI() {
const tonConnectUI = new TonConnectUI({
manifestUrl: new URL('typescript-template/tonconnect-manifest.json', window.location.href).toString(),
manifestUrl: new URL('/typescript-template/tonconnect-manifest.json', window.location.href).toString(),
});

return tonConnectUI;
Expand Down

0 comments on commit 9b13ea8

Please sign in to comment.