Issues with static js file

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?

With zola serve, we don’t actually do anything on disk for URLs (it’s basically a HTTP server that matches a URL to Zola content if it’s HTML) so this kind of setup won’t work currently.