Hi,
When I check ghost/current/core/shared/config/defaults.json, the storage is local. However, I cannot find where all the posts are located in content section. So, I wonder all content is located locally?
Thank you
Hi,
When I check ghost/current/core/shared/config/defaults.json, the storage is local. However, I cannot find where all the posts are located in content section. So, I wonder all content is located locally?
Thank you
Local File Storage is for assets, not data - e.g. images. Posts are stored in the database that you configure
Yeah, I thought Ghost write files on local storage and saves the ID of the object in the database. Thank you for your prompt response.