mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 05:30:54 +03:00
commands: Load config before creating the filesystem
To allow publishDir to be set in config file.
This commit is contained in:
parent
834b3d7e41
commit
3f00f47535
6 changed files with 48 additions and 24 deletions
|
@ -347,7 +347,7 @@ func (c *collector) addAndRecurse(owner *moduleAdapter, disabled bool) error {
|
|||
moduleConfig := owner.Config()
|
||||
if owner.projectMod {
|
||||
if err := c.applyMounts(Import{}, owner); err != nil {
|
||||
return fmt.Errorf("failed to apply mounts for project module: %w", err)
|
||||
return fmt.Errorf("failed to apply mounts for project: %w", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue