Skip to content

Commit

Permalink
fix: flags
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Jan 29, 2025
1 parent 2661358 commit fbc617c
Show file tree
Hide file tree
Showing 6 changed files with 1,850 additions and 7,248 deletions.
8 changes: 7 additions & 1 deletion scripts/generate-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ const masterIconPath = path.resolve(svgDir, "icons.svg");
const jsdom = require("jsdom");
const prettier = require("prettier");
const { JSDOM } = jsdom;
const configFilePath = path.resolve(currentDir, "src", "routes", "icons.json");
const configFilePath = path.resolve(
currentDir,
"src",
"components",
"data",
"icons.json",
);
const file = fs.readFileSync(configFilePath, "utf8");
const config = JSON.parse(file);
const { html2xhtml } = require("./util");
Expand Down
Loading

0 comments on commit fbc617c

Please sign in to comment.