mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix(backend): ページのOGP URLが違うのを修正 (#13749)
* fix(backend): ページのOGP URLが違うのを修正 * Update Changelog * typo
This commit is contained in:
		
							parent
							
								
									0a31e132c7
								
							
						
					
					
						commit
						cb5d8bdcdd
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -52,6 +52,7 @@
 | 
			
		|||
- Fix: ダイアログの入力で字数制限に違反していてもEnterキーが押せてしまう問題を修正
 | 
			
		||||
- Fix: ダイレクト投稿の宛先が保存されない問題を修正
 | 
			
		||||
- Fix: Playのページを離れたときに、Playが正常に初期化されない問題を修正
 | 
			
		||||
- Fix: ページのOGP URLが間違っているのを修正
 | 
			
		||||
 | 
			
		||||
### Server
 | 
			
		||||
- Enhance: エンドポイント`antennas/update`の必須項目を`antennaId`のみに
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@ extends ./base
 | 
			
		|||
block vars
 | 
			
		||||
	- const user = page.user;
 | 
			
		||||
	- const title = page.title;
 | 
			
		||||
	- const url = `${config.url}/@${user.username}/${page.name}`;
 | 
			
		||||
	- const url = `${config.url}/@${user.username}/pages/${page.name}`;
 | 
			
		||||
 | 
			
		||||
block title
 | 
			
		||||
	= `${title} | ${instanceName}`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue