diff options
Diffstat (limited to 'internal/config/template.go')
-rw-r--r-- | internal/config/template.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/config/template.go b/internal/config/template.go index eba86f8e6..9c524471c 100644 --- a/internal/config/template.go +++ b/internal/config/template.go @@ -22,4 +22,6 @@ package config type TemplateConfig struct { // Directory from which gotosocial will attempt to load html templates (.tmpl files). BaseDir string `yaml:"baseDir"` + // Directory from which static files are served + AssetBaseDir string `yaml:"assetDir"` } |