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

github.com/gohugoio/hugo-mod-heroicons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Yves Gastaud <jygastaud@mail.com>2020-06-03 15:04:46 +0300
committerJean-Yves Gastaud <jygastaud@mail.com>2020-06-03 15:17:26 +0300
commit1750886c71ce66a496468e5186dc4ffa993d950c (patch)
treeb854e1d1f60d7f1fde48e51a49b6c56342ec317e /config.toml
parent7c5b4fe893d63f613616aa13902f764e3598a927 (diff)
Fix import mounts and readme
Looking at 0.3.2 tag of hericons, `dist` directory don't exist anymore and `svg` names and directory has changed.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 6c39487..3d76466 100644
--- a/config.toml
+++ b/config.toml
@@ -2,5 +2,5 @@
[[module.imports]]
path="github.com/refactoringui/heroicons"
[[module.imports.mounts]]
-source = "dist"
+source = "src"
target = "assets/svg/heroicons" \ No newline at end of file