Static page can't access linked assets, returns 404s

Hello,

I already have few Nuxt based pages on Netlify but recently I needed to port my super old static page here. It is simple index.html file with linked assets. The issue is that all assets from subdirectories get 404s.

Do I need to setup anything? I have such structure of the directories:

And I have setup in the deploys settings:

Publish directory -> deploy

The build preview:
https://601b0f4773dc290008c1fc8c--jacek-zakowicz-dev.netlify.app/

This should work. The setup seems fine. Would you be willing to share your repo so others can check?

Hello,

I have made it public for a moment:

https://github.com/JacekZakowicz/folio-by-irinka-2017

I seriously do not know what this might be.

Just checked your repo (didn’t download it yet), but there’s no scripts folder inside assets folder: https://github.com/JacekZakowicz/folio-by-irinka-2017/tree/master/deploy/assets/. Thus the 404s maybe.

:man_facepalming: obviously an old project without a build script. /deploy/assets/styles and /deploy/assets/scripts are in the .gitignore

Thank you!