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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-08-28 19:56:36 +0300
committerGitHub <noreply@github.com>2022-08-28 19:56:36 +0300
commitd0ab6506120b3dd45eb211340912be89b9522bee (patch)
treed68ed4be1781cd7d419c317c1233bf6a317fdded /.fantasticonrc.js
parent43dac5682d3893ab1d526900b5be41d97c6c5253 (diff)
Generate font page with Hugo (#706)
* Generate font page with Hugo * fix * fix font path * Fix up stylesheet URLs * Add description Co-authored-by: Mark Otto <markdotto@gmail.com>
Diffstat (limited to '.fantasticonrc.js')
-rw-r--r--.fantasticonrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.fantasticonrc.js b/.fantasticonrc.js
index 6a561f176..e786ae087 100644
--- a/.fantasticonrc.js
+++ b/.fantasticonrc.js
@@ -6,7 +6,7 @@ module.exports = {
inputDir: './icons', // (required)
outputDir: './font', // (required)
fontTypes: ['woff2', 'woff'],
- assetTypes: ['css', 'scss', 'json', 'html'],
+ assetTypes: ['css', 'scss', 'json'],
name: 'bootstrap-icons',
codepoints,
prefix: 'bi',