Skip to content

Commit 2ebdc7e

Browse files
committed
up title, fix url
1 parent 0dca1ec commit 2ebdc7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"bundler": "metro",
4242
"output": "static",
4343
"favicon": "./assets/images/favicon.png",
44-
"publicPath": "/ephem/"
44+
"publicPath": "/ephem/",
45+
"name": "EPHEM"
4546
},
4647
"plugins": [
4748
"expo-router",
@@ -56,7 +57,8 @@
5657
]
5758
],
5859
"experiments": {
59-
"typedRoutes": true
60+
"typedRoutes": true,
61+
"baseUrl": "/ephem"
6062
}
6163
}
6264
}

0 commit comments

Comments
 (0)