From 5690e97f6348807e35691a7add71ffd1a5cfa784 Mon Sep 17 00:00:00 2001 From: Zhiyue Chen <20301050198@fudan.edu.cn> Date: Sat, 9 Sep 2023 17:35:06 +0800 Subject: [PATCH] feat: change ci to node.js --- docs/src/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 9e13181..f1b1071 100644 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -15,6 +15,7 @@ module.exports = { * * ref:https://v1.vuepress.vuejs.org/config/#head */ + dest: 'public', head: [ ['link', { rel: 'icon', href: 'https://static.igem.wiki/teams/4765/wiki/czy/logo-czy.ico' }], ['link', { rel: 'stylesheet', href: '/iconfont/iconfont.css' }], -- GitLab