I tried to import an image from src/pages/ in my src/layouts/index.js. Its a
in a static footer section.
import mypic from '../pages/img/mypic.png' results in undefined (with {console.log(mypic)}. In the pages/* templates it works perfectly, why not in src/layouts/?
Maybe somebody can push me in the right direction. :-)