@arctic patrol this doesn't work in production
<link
rel='stylesheet'
href='node_modules/@glidejs/glide/dist/css/glide.core.min.css'
/>
<link
rel='stylesheet'
href='node_modules/@glidejs/glide/dist/css/glide.theme.min.css'
/>
I get the errors
Failed to load resource: the server responded with a status of 404 ()
glide.theme.min.css:1
Failed to load resource: the server responded with a status of 404 ()
glide.core.min.css:1
Failed to load resource: the server responded with a status of 404 ()
glide.theme.min.css:1
Failed to load resource: the server responded with a status of 404 ()
which apparently means the styles aren't getting imported in production... but works in dev..how might one fix this?