Hello,
I just discovered this nice project called Wander and decided to give it a try in my blog.
I added these new files:
static/
└── wander
├── index.html
└── wander.js
And zola build gets them an put in myblog.com/wander/ just fine and it works there. But it doesn’t work with zola serve. For some reason, when browsing locally the iframe displays my own 404 page.
Is there any limitation of Zola when serving js files in static subdirs?