I'm trying to create a base layer but getting a 404 error using extends with 'github:myrepo', which otherwise works locally.
Base layer:
https://github.com/michaelsynan/baselayer
Nuxt app using extends:
https://github.com/michaelsynan/myapp
The error message is:
Failed to download https://github.com/michaelsynan/baselayer.git/archive/master.tar.gz: 404 Not Found
Any idea what the issue is?