You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Force to download files in nuxt.config.ts on compile time, if file exists doesnt download in compile time, but file maybe can change... force download always trough param in nuxt.config.ts
🆕 The solution you'd like
add a param in nuxt.config.ts
scripts: { defaultScriptOptions: { bundle: true, forceDownload:true }},