Open UtkarshVerma opened 2 years ago
This is a limitation of replacements
, I'm afraid, and not something I think that's easily solvable. The replacements just replaces the path
value, nothing else.
I would suggest that you use the replace directive in go.mod
. Note that all of this will (hopefully) be much improved in a month or so with Go 1.18's workspaces.
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes
The issue
I have the following in my
config.yaml
.Now, the
hugo-yoru
module depends on FontAwesome. When I run Hugo server, I get the following error:Thanks in advance.