2 Answers
- Newest
- Most votes
- Most comments
0
We explicitly exclude deploying . files unless you give an absolute path.
You have to add the .files path in buildSpec file.
Example:
baseDirectory: /build
files:
- '**/*'
- .well-known/assetlinks.json
answered 7 years ago
0
Contents of public folder are deployed on the root folder. Then, /.well-known/apple-app-site-association will be available from https://<yourdomian.com>/.well-known/apple-app-site-association You will customize Rewrites and Redirect in AWS Amplify in AWS Console as the default Rewrite will redirect all request to Index.html for React App to handle
answered 3 years ago
Relevant content
- asked 3 years ago
- asked 8 months ago
- AWS OFFICIALUpdated 4 years ago
