missing content on server when deployed blazor ServerSide app

I deployed my Blazor server side App on my server.
Publish was OK, success.
But when I look on the repository where its published, I find lot of dll etc… but no content that I used to work with in local when I build the app…
All is working good, I access the web app from my browser, but as I use to work with some template personal files, they are missing on the server and the logic behind is lost…