Skip to content

Commit 03a43d4

Browse files
authoredJan 28, 2024
fix: add base_path to config schema (#68)
1 parent 71ef05e commit 03a43d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/tableau/config.ex

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ defmodule Tableau.Config do
2424
optional(:timezone) => str(),
2525
optional(:reload_log) => bool(),
2626
optional(:markdown) => list(oneof([tuple([:mdex, list()])])),
27+
optional(:base_path) => str(),
2728
url: str()
2829
},
2930
convert: false

0 commit comments

Comments
 (0)
Please sign in to comment.