From 71103d07e29c204cb57da394ddc27e162d3a0fad Mon Sep 17 00:00:00 2001 From: Aleen Date: Tue, 30 Jan 2024 23:58:04 +0800 Subject: [PATCH] Update setup.js --- script/setup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);