Skip to content

Commit

Permalink
Update setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aleen42 committed Jan 30, 2024
1 parent 2cbb98d commit 71103d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const data = require('./sorted-data');

const rootPath = './';
const inputPath = `${rootPath}icon/`;
const outputPath = `${rootPath}dist/`;
const linkPath = 'https://badges.aleen42.com/dist/';
const outputPath = `${rootPath}src/`;
const linkPath = 'https://badges.aleen42.com/src/';

fs.existsSync(outputPath) || fs.mkdirSync(outputPath);

Expand Down

0 comments on commit 71103d0

Please sign in to comment.