Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pouchcms committed Oct 30, 2023
1 parent e933d24 commit ec89894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sveditorjs</title>
<link rel="stylesheet" href="/build/bundle.css">
<link rel="stylesheet" href="./build/bundle.css">
</head>
<body>
<script src="/build/bundle.js"></script>
<script src="./build/bundle.js"></script>
</body>
</html>
</html>

0 comments on commit ec89894

Please sign in to comment.