Skip to content

Commit

Permalink
fix: set base path for canary static app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 27, 2023
1 parent f01f4b4 commit d6c38f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">

<head>
<base href="https://ziping-liu-corporatoin.github.io/react-adobe-embed/">
<base href="https://ziping-liu-corporation.github.io/react-adobe-embed/">
<title>React Adobe Embed Deployment for Canary Testing</title>
<script crossorigin src="https://unpkg.com/react@18/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
Expand Down

0 comments on commit d6c38f0

Please sign in to comment.