Media Manager not recognising config #4257
Unanswered
nobodymoment
asked this question in
Help
Replies: 2 comments 1 reply
-
Just checked - it works fine in local - seems to be Cloud specific...hmmmm |
Beta Was this translation helpful? Give feedback.
1 reply
-
oh wait in a wild turn of events now it seems to be pulling from both static and public - smh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Just getting setup with TinaCMS -- it seems like TinaCMS is not picking up any changes I put into config.ts as it relates to media. I updated mediaRoot in config.ts as follows
build: {
outputFolder: "admin",
publicFolder: "public",
},
media: {
tina: {
mediaRoot: "images",
publicFolder: "public",
},
But it keeps pointing to static - which seems to be the default
Very annoying! Otherwise loving Tina - thank you!
Beta Was this translation helpful? Give feedback.
All reactions