diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-14 17:23:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-14 17:23:11 +0900 |
| commit | 154c38c314a6b9ab9dfc27ac6fbe0fc605cacee7 (patch) | |
| tree | bf0a94943d3fcbe09826c5cfdd5f629c29cb755a /src/models | |
| parent | 11.0.0-beta.15 (diff) | |
| download | sharkey-154c38c314a6b9ab9dfc27ac6fbe0fc605cacee7.tar.gz sharkey-154c38c314a6b9ab9dfc27ac6fbe0fc605cacee7.tar.bz2 sharkey-154c38c314a6b9ab9dfc27ac6fbe0fc605cacee7.zip | |
Fix URL
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/entities/meta.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/entities/meta.ts b/src/models/entities/meta.ts index 00a71cd82f..f3ac23bac7 100644 --- a/src/models/entities/meta.ts +++ b/src/models/entities/meta.ts @@ -93,7 +93,7 @@ export class Meta { @Column('varchar', { length: 512, nullable: true, - default: 'https://ai.misskey.xyz/aiart/yubitun.png' + default: 'https://xn--931a.moe/aiart/yubitun.png' }) public errorImageUrl: string | null; |