Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-10-14 19:16:17 +0300
committerGitHub <noreply@github.com>2022-10-14 19:16:17 +0300
commitbe5da07ecff1247cc64208faa115dc761d1ba825 (patch)
tree5c34662251323d2854c03657d7885e23ee4d0c2f
parent1e7e32934f520cfe1baaecfe6576db42addc89d1 (diff)
Fix: hugo serve does not serve Font Awesome anymore (#1282)
-rw-r--r--dependencies/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies/config.toml b/dependencies/config.toml
index 3d4ec07..3ba31f3 100644
--- a/dependencies/config.toml
+++ b/dependencies/config.toml
@@ -37,3 +37,6 @@ _merge = "deep"
[[module.imports.mounts]]
source = "scss"
target = "assets/vendor/Font-Awesome/scss"
+[[module.imports.mounts]]
+ source = "webfonts"
+ target = "static/webfonts"