From 66d0cd507cc3a7f04cf812edfcdc89dfe975a34a Mon Sep 17 00:00:00 2001 From: Rogee Date: Mon, 16 Dec 2024 15:03:31 +0800 Subject: [PATCH] feat: modify config.prod.toml --- backend/config.prod.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config.prod.toml b/backend/config.prod.toml index 45f601a..7284436 100755 --- a/backend/config.prod.toml +++ b/backend/config.prod.toml @@ -36,4 +36,4 @@ Salt = "LiXi.Y@140202" Type = "local" # Path = "/projects/mp-qvyun/backend/fixtures/processed" Path = "/app/processed" -Asset = "/app/assets" +Asset = "/app/dist"