Commit cf9bbea0 authored by liziwl's avatar liziwl
Browse files

fix lang

parent 50ea1c88
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -5,9 +5,13 @@ let color = '#49BF7C'
let author = 'sustech.online'

module.exports = {
  locales: {
    '/': {
      title: '南科手册',
      lang: 'zh-CN',
      description: 'Online manual for sustecher',
    }
  },
  head: [
    ['link', { rel: 'icon', href: `/logo-assets/touch/homescreen192.png` }],
    ['meta', { name: 'theme-color', content: color }],