Closed loq24 closed 4 years ago
I tried to add homepage attribute in package.json but it doesn't seem to work. I want deploy my app in a subdirectory. Thanks
Check out this issue about the web.publicPath which currently doesn't work anymore. It's to tell expo which subdirectory you're using for your app, e.g. https://mydomain.com/myapp.
web.publicPath
https://mydomain.com/myapp
Resolved https://github.com/expo/expo-cli/blob/69dc96d4790f0d35be145436c879f0c0e9f6964b/packages/webpack-config/src/env/paths.ts#L102-L129
I tried to add homepage attribute in package.json but it doesn't seem to work. I want deploy my app in a subdirectory. Thanks