fix(backend): ページのOGP URLが違うのを修正 (#13749)

* fix(backend): ページのOGP URLが違うのを修正

* Update Changelog

* typo
This commit is contained in:
かっこかり
2024-04-27 18:53:28 +09:00
committed by GitHub
parent 0a31e132c7
commit cb5d8bdcdd
2 changed files with 2 additions and 1 deletions

View File

@@ -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}`