I created an app with NuxtJs, everything works well with javascript enabled on the browser but when I try to disable the javascript no content comes into the page. Here is what the Inspect Network shows:
Is there any method to show a static website when the javascript is disabled, or any idea to avoid this problem?