Skip to content

Commit

Permalink
Update whole-bundle script url
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Sep 28, 2024
1 parent adf1f92 commit 8047bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReplayLabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const ReplayLabs = () => {
<>
<h2 style={{ marginTop: 150 }}>{t('one-line')}</h2>
<h2>{t('load-pageSpy')}</h2>
<CodeBlock code='<script src="https://pagespy.org/plugin/whole-bundle/index.min.js" crossorigin="anonymous"></script>' />
<CodeBlock code='<script src="https://www.pagespy.org/plugin/whole-bundle/index.min.js" crossorigin="anonymous"></script>' />

<h2 style={{ marginTop: '50vh' }}>{t('then')}</h2>
<h2>{t('feedback-demo')}</h2>
Expand Down

0 comments on commit 8047bef

Please sign in to comment.