Generate NS file as static content
Currently, the ns
file in the repo is not being generated as part of the final site. If you go to https://funkwhale.audio/ns you don't download the file but rather hit a 404.
To resolve this, this change:
-
Moves the ns
file to astatic
folder inside the site's content so that it gets generated at an absolute path (/ns
) whenever the site is built. -
Updates the test file to point to the new location.