We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3840d30 commit 0dca1ecCopy full SHA for 0dca1ec
app.json
@@ -41,7 +41,7 @@
41
"bundler": "metro",
42
"output": "static",
43
"favicon": "./assets/images/favicon.png",
44
- "publicPath": "/[your-repo-name]/"
+ "publicPath": "/ephem/"
45
},
46
"plugins": [
47
"expo-router",
web/index.html
@@ -4,7 +4,10 @@
4
<meta charset="utf-8" />
5
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
7
- <title>Ephem</title>
+ <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" />
11
<style>
12
html, body, #root {
13
width: 100%;
0 commit comments