From 3f2be8a6caa6b7c7a04d30dbef0c3016902ea93e Mon Sep 17 00:00:00 2001 From: Xhofe Date: Fri, 25 Feb 2022 22:08:12 +0800 Subject: [PATCH] :wrench: change default assets path --- conf/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.go b/conf/config.go index 36e63766..75eace53 100644 --- a/conf/config.go +++ b/conf/config.go @@ -37,7 +37,7 @@ func DefaultConfig() *Config { return &Config{ Address: "0.0.0.0", Port: 5244, - Assets: "https://npm.elemecdn.com/alist-web@$version", + Assets: "https://npm.elemecdn.com/alist-web@$version/dist", TempDir: "data/temp", Database: Database{ Type: "sqlite3",