Spaces:
Running
Running
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -1
.chainlit/config.toml
CHANGED
@@ -16,6 +16,7 @@ cache = false
|
|
16 |
allow_origins = ["*"]
|
17 |
|
18 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
19 |
-
|
|
|
20 |
[meta]
|
21 |
generated_by = "1.1.306"
|
|
|
16 |
allow_origins = ["*"]
|
17 |
|
18 |
# Follow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)
|
19 |
+
follow_symlink = true
|
20 |
+
|
21 |
[meta]
|
22 |
generated_by = "1.1.306"
|