From 69b7044275c8e95e7a17df7e34c5e906735d7e30 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:11:59 -0500 Subject: [PATCH] Point to media folder --- tina/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tina/config.js b/tina/config.js index e671d52..0216708 100644 --- a/tina/config.js +++ b/tina/config.js @@ -14,7 +14,7 @@ export default defineConfig({ }, media: { tina: { - mediaRoot: "", + mediaRoot: "assets", publicFolder: "public", }, },