Skip to content

Commit

Permalink
fix url / (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyarpaing authored Aug 16, 2024
1 parent de11edb commit 4e3a3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Publish package
run: |
npm version ${{ env.VERSION }}-alpha.${{ env.COMMIT_HASH }} --no-git-tag-version
npm publish --tag alpha --access public
npm publish --tag stg --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion lib/components/_common/frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ElementFrame: FC<ElementFrameProps> = (props) => {
return (
<iframe
name={`${subPath}-element`}
src={`${FRAME_BASE_URL}/app/v1/${subPath}-element?${queryString}`}
src={`${FRAME_BASE_URL}/app/v1/${subPath}-element/?${queryString}`}
style={frameStyle}
ref={iframeRef}
/>
Expand Down

0 comments on commit 4e3a3ab

Please sign in to comment.