Skip to content

Commit 8e2c51a

Browse files
committed
Update index.html for relative paths and increment package version to 1.2.0. Added gh-pages deployment scripts in package.json and updated package-lock.json with new dependencies.
1 parent 45acdd0 commit 8e2c51a

File tree

3 files changed

+476
-5
lines changed

3 files changed

+476
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<html lang="en">
1212
<head>
1313
<meta charset="UTF-8" />
14-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
14+
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1616
<meta name="description" content="Pixel2CPP - Create pixel art and export Arduino-ready C++ code instantly. Made by CodeRandom." />
1717
<meta name="keywords" content="pixel art, arduino, c++, embedded, graphics, code generator" />
@@ -21,6 +21,6 @@
2121
</head>
2222
<body>
2323
<div id="root"></div>
24-
<script type="module" src="/src/main.jsx"></script>
24+
<script type="module" src="./src/main.jsx"></script>
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)