You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posts filed are small text files; typically something that you would want to host using Git so that you can track changes.
Media files are large binary data; typically something you don’t want to host in a Git repository if you can help it. These are better hosted on dedicated object/bucket storage.
Currently you can only choose one type of content store; might it be possible to configure different stores for posts and files?
Posts filed are small text files; typically something that you would want to host using Git so that you can track changes.
Media files are large binary data; typically something you don’t want to host in a Git repository if you can help it. These are better hosted on dedicated object/bucket storage.
Currently you can only choose one type of content store; might it be possible to configure different stores for posts and files?
Likely a requirement for #14 and #532.
The text was updated successfully, but these errors were encountered: