diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index cc619cb..62c783d 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://gabrielgio.me/" languageCode = "en-us" title = "Yet Another blog" theme = "flamingo" +staticDir = ['static'] [author] name = "Gabriel Giovanini" |