🔧 change default assets path

pull/661/head
Xhofe 2022-02-25 22:08:12 +08:00
parent 79bef09ee7
commit 3f2be8a6ca
1 changed files with 1 additions and 1 deletions

View File

@ -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",