Hey, apologies if I'm asking in the wrong place, I'm a bit puzzled - just wondering if you could help? :)
I've got a root folder called assets which contain my final outputted CSS & JS and also my images folder and a fonts folder
My uncompiled scss and js live in another root level folder, called resources
I'm using VSCode's path autocomplete within an @font-face rule and the path should be: url('../../../../assets/fonts/bricolage-grotesque-400.woff2') format('woff2') but I keep getting that error. I've tried other paths too but no luck :(
Am I missing an esbuild config setting or?
Thank you for your time, appreciate if any advice can be given :)
Hey, apologies if I'm asking in the wrong place, I'm a bit puzzled - just wondering if you could help? :)
assets
which contain my final outputted CSS & JS and also my images folder and a fonts folderresources
I'm using VSCode's path autocomplete within an
@font-face
rule and the path should be:url('../../../../assets/fonts/bricolage-grotesque-400.woff2') format('woff2')
but I keep getting that error. I've tried other paths too but no luck :(Am I missing an esbuild config setting or?
Thank you for your time, appreciate if any advice can be given :)