Skip to content

Commit 1163e8b

Browse files
committed
Add CNAME to public folder so gh-pages build doesnt break deploy
1 parent e427c0a commit 1163e8b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

public/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
seimage.lucasteske.dev

public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "SE LCD Image",
3+
"name": "SpaceEngineers LCD Image Generator",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/index.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
html { height: 100%; }
22

33
body {
4-
margin-top: 5vh;
5-
margin-left: 0;
6-
margin-right: 0;
7-
margin-bottom: 0;
4+
margin: 5vh 0 0;
85
background: #555555;
96
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
107
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',

0 commit comments

Comments
 (0)