Skip to content

Commit 0dca1ec

Browse files
committed
fix gh pages
1 parent 3840d30 commit 0dca1ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"bundler": "metro",
4242
"output": "static",
4343
"favicon": "./assets/images/favicon.png",
44-
"publicPath": "/[your-repo-name]/"
44+
"publicPath": "/ephem/"
4545
},
4646
"plugins": [
4747
"expo-router",

web/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="utf-8" />
55
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
7-
<title>Ephem</title>
7+
<title>EPHEM</title>
8+
<!-- Favicon references -->
9+
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
10+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icon.png" />
811
<style>
912
html, body, #root {
1013
width: 100%;

0 commit comments

Comments
 (0)