Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit fbc617c

Browse files
committed
fix: flags
1 parent 2661358 commit fbc617c

File tree

6 files changed

+1850
-7248
lines changed

6 files changed

+1850
-7248
lines changed

scripts/generate-images.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ const masterIconPath = path.resolve(svgDir, "icons.svg");
88
const jsdom = require("jsdom");
99
const prettier = require("prettier");
1010
const { JSDOM } = jsdom;
11-
const configFilePath = path.resolve(currentDir, "src", "routes", "icons.json");
11+
const configFilePath = path.resolve(
12+
currentDir,
13+
"src",
14+
"components",
15+
"data",
16+
"icons.json",
17+
);
1218
const file = fs.readFileSync(configFilePath, "utf8");
1319
const config = JSON.parse(file);
1420
const { html2xhtml } = require("./util");

0 commit comments

Comments
 (0)