Hello forum,
I’m new to Jekyll and have setup a simple app showcase website using a jekyll theme and github hosting. I’m using this theme - GitHub - emilbaehr/automatic-app-landing-page: A Jekyll theme for automatically generating and deploying landing page sites for mobile apps.
For a requirement regarding setup for deep linking in my app, I need to place a json file in a hidden subdirectory like this -
https://appname.app/.well-known/assetlinks.json
How I can do this with Jekyll? Any pointers in the right direction will help. Thanks you!