My goal is to create a static website using Nuxt, but I want it to function without the need for a server, simply by opening the HTML files in a browser. One issue I am encountering relates to the URLs of the assets imported within the HTML files. I require the URL to be
src="_nuxt/..."
rather than
src="/_nuxt/..."
Is there a way to adjust this configuration?