mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix URL
This commit is contained in:
		
							parent
							
								
									3c0626752a
								
							
						
					
					
						commit
						154c38c314
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -93,7 +93,7 @@ export class Meta {
 | 
				
			||||||
	@Column('varchar', {
 | 
						@Column('varchar', {
 | 
				
			||||||
		length: 512,
 | 
							length: 512,
 | 
				
			||||||
		nullable: true,
 | 
							nullable: true,
 | 
				
			||||||
		default: 'https://ai.misskey.xyz/aiart/yubitun.png'
 | 
							default: 'https://xn--931a.moe/aiart/yubitun.png'
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	public errorImageUrl: string | null;
 | 
						public errorImageUrl: string | null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue