Skip to content

Generate NS file as static content

Ciarán Ainsworth requested to merge fix-static-ns into main

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 a static 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.

Merge request reports