Hey guys… just curious why nuxt docs for deploying to netlify say netlify will automatically set the publish directory to ‘dist’ and the command to ‘npm run build’…. However, if I just run ‘npm run build’ in my terminal I get the .output dir and not a dir called ‘dist’ … Anyone know why that is? Should we be using the .output for the publish directory in netlify?