I do not seem to be able to link to files that are in a submodule in the pages repository of my profile.
What I tried:
- /submodule/file.js
- /pages/submodule/file.js
- /pages/@main/submodule/file.js
- /pages/submodule/@browser/file.js
- /submodule/@browser/file.js
I guess the problem here is the /pages endpoint is not existing, but there is also no repository with the name of the submodule, right?
If so, how could I solve this? Or is this even solvable?
### Comment
I do not seem to be able to link to files that are in a submodule in the pages repository of my profile.
What I tried:
- /submodule/file.js
- /pages/submodule/file.js
- /pages/@main/submodule/file.js
- /pages/submodule/@browser/file.js
- /submodule/@browser/file.js
I guess the problem here is the /pages endpoint is not existing, but there is also no repository with the name of the submodule, right?
If so, how could I solve this? Or is this even solvable?