Skip to content

问题收集

一、链接问题

文本直接写链接地址会报错,解决方案有两种:

  1. When set to 'localhostLinks', the build will fail on dead links, but won't check localhost links.
  2. 就是在配置文件中设置如下:
    json
    export default {
        ignoreDeadLinks: true
    }

创作不易请尊重他人劳动成果,未经授权禁止转载!
Released under the MIT License.