Can someone please guide me in deploying my site with custom structure. I’m using the public
folder for my site.
mysite
- content
- media
- node_modules
- src
- site
- public
- vendor
- storage
My index.php and compiled CSS/JS files are under the public folder.
On my Bluehost hosting, there’s a public_html folder. Should i dump all folders here or just the content of my kirby public folder? And dump all other folders on my hosting root folder?