Skip to content
/ hugo Public
forked from gohugoio/hugo

Commit

Permalink
config: Remove extraneous BuildConfig setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed May 21, 2024
1 parent b893a09 commit ed73634
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions config/commonConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion docs/data/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,6 @@ config:
cacheBusters:
- source: (postcss|tailwind)\.config\.js
target: (css|styles|scss|sass)
duplicateResourceFiles: false
noJSConfigInAssets: false
useResourceCacheWhen: fallback
buildDrafts: false
Expand Down

0 comments on commit ed73634

Please sign in to comment.