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

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-04-30 15:32:07 +0300
committerGitHub <noreply@github.com>2022-04-30 15:32:07 +0300
commit7ce82f7b6d375c88a688dacdee4ee0853ccb7ebb (patch)
tree926a5fa0252bb6ed098409dca8bd65295b30f316 /webpack.config.js
parent90cfc27c3c8b34ca568c20bce9b9c08ac27a9e7d (diff)
feat: add optional hint/admonition icons (#233)v0.18.0
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index b6b760c..30e889d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -46,6 +46,10 @@ var config = {
from: "sprites/*.svg",
to: path.resolve(__dirname, "assets"),
context: path.resolve(__dirname, "build")
+ },
+ {
+ from: "img/*.svg",
+ context: path.resolve(__dirname, "build")
}
]
}),