Skip to content

Commit

Permalink
deploy: bb30510
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherferreira9 committed Oct 25, 2024
1 parent 782faa2 commit e39ac2b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React MMSDK Demo</title>
<script type="module" crossorigin src="/assets/index-BovzLHcR.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BwINK4qi.css">
<script type="module" crossorigin src="./assets/index-BovzLHcR.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BwINK4qi.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit e39ac2b

Please sign in to comment.