The answer given by @A.Mohammed_Eshaan has been deleted. It was, however, the corect answer: Place static content in a folder named public
at the root level of the project and use the root url to access it. e.g. if you have a file named hello_world.txt
in the /public
folder omit the public
folder name and access as follows async fecth('/hello_world.txt')
.