Private.hbs {{asset "public/ghost.css"}} where does this point to?

I’m trying to add my own css file, but cannot set the path to be public.
Now I see that in private.hbs there’s an asset helper to link to ghost.css

<link rel="stylesheet" href="{{asset "public/ghost.css" hasMinFile="true"}}"/>

If anyone could tell me where the “public” folder is, that would be nice :)

It’s part of the Ghost repository :slight_smile:
https://github.com/TryGhost/Ghost/tree/main/core/frontend/public

Alright thanks, I found it now.
These folders seem to be under the “current” folder.