When attempting to add javascript files, I keep encountering the following issue:
" error in GET http://localhost:3000/assets/js/jquery-3.4.1.min.js net::ERR_ABORTED 404 (Not Found)
I'm unsure if this is the correct method for including the javascript file. Any assistance would be greatly appreciated.
head: {
title: 'streamit',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' }
],
script: [
{ src: '/assets/js/jquery-3.4.1.min.js', type: 'text/javascript' },
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/images/favicon.ico' }
]
},
assets/ js/ jquery-3.4.1.min.js