Skip to content

Commit d7e6ae5

Browse files
committed
Add .nojekyll file and update deployment script
1 parent 2255b20 commit d7e6ae5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file tells GitHub Pages not to process the site with Jekyll

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<html lang="en">
1212
<head>
1313
<meta charset="UTF-8" />
14-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
1514
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1615
<meta name="description" content="Pixel2CPP - Create pixel art and export Arduino-ready C++ code instantly. Made by CodeRandom." />
1716
<meta name="keywords" content="pixel art, arduino, c++, embedded, graphics, code generator" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "vite build",
1717
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
1818
"preview": "vite preview",
19-
"predeploy": "npm run build",
19+
"predeploy": "npm run build && cp .nojekyll dist/",
2020
"deploy": "gh-pages -d dist"
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)