浏览代码

fix(config) fix syntax error in commented code

master
Saúl Ibarra Corretgé 4 年前
父节点
当前提交
3122983000
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      config.js

+ 1
- 1
config.js 查看文件

412
     // enableAutomaticUrlCopy: false,
412
     // enableAutomaticUrlCopy: false,
413
 
413
 
414
     // Base URL for a Gravatar-compatible service. Defaults to libravatar.
414
     // Base URL for a Gravatar-compatible service. Defaults to libravatar.
415
-    // gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/';
415
+    // gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/',
416
 
416
 
417
     // Stats
417
     // Stats
418
     //
418
     //

正在加载...
取消
保存