diff --git a/script/setup.js b/script/setup.js index a22059f..708446e 100644 --- a/script/setup.js +++ b/script/setup.js @@ -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);