Commit af3768bd authored by liziwl's avatar liziwl
Browse files

replace jsdelivr by sustech gitlab

parent d98289e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ module.exports = {
    ['meta', { name: 'theme-color', content: color }],
    ['link', { rel: 'manifest', href: '/manifest.json' }],
    ['meta', { prefix: ogprefix, property: 'og:type', content: 'article' }],
    ['meta', { prefix: ogprefix, property: 'og:image', content: 'https://cdn.jsdelivr.net/gh/sustech-cra/sustech-online-ng@master/docs/assets/og-image.png' }],
    ['meta', { prefix: ogprefix, property: 'og:image', content: 'https://mirrors.sustech.edu.cn/git/sustech-online/sustech-online-ng/-/raw/master/docs/assets/og-image.png' }],
    ['meta', { prefix: ogprefix, property: 'og:article:author', content: author }],
    ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
    ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@
  },
  "scripts": {
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
    "docs:build": "vuepress build docs",
    "docs:clean": "rm -rf docs/.vuepress/.temp docs/.vuepress/dist"
  },
  "dependencies": {
    "axios": "^0.24.0",