diff options
Diffstat (limited to 'config/commonConfig.go')
-rw-r--r-- | config/commonConfig.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/commonConfig.go b/config/commonConfig.go index 6ae97c2a1..1e43b1653 100644 --- a/config/commonConfig.go +++ b/config/commonConfig.go @@ -98,10 +98,6 @@ type BuildConfig struct { // One of never, fallback, always. Default is fallback UseResourceCacheWhen string - // When enabled, will duplicate bundled resource files across languages that - // doesn't have a translated version. - DuplicateResourceFiles bool - // When enabled, will collect and write a hugo_stats.json with some build // related aggregated data (e.g. CSS class names). // Note that this was a bool <= v0.115.0. |