blog/content/zh-cn/story/406.md

19 lines
316 B
Markdown
Raw Normal View History

2024-05-06 12:00:46 +08:00
---
title: "解决Typecho博客全球通用头像Gravatar不显示方法"
slug: "406"
date: 2023-12-12T04:49:39.000Z
categories:
- 分享
tags:
- typecho
---
替换头像源 使用国内cdn加速
在config中任意位置加入以下
```
define('__TYPECHO_GRAVATAR_PREFIX__', 'https://cdn.v2ex.com/avatar/');
```