fix: update edit post link styling and text (#545)

This commit is contained in:
Sat Naing
2025-06-20 22:49:27 +07:00
committed by GitHub
parent ce5b57b4d7
commit fa37a477d0
2 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export const SITE = {
showBackButton: true, // show back button in post detail
editPost: {
enabled: true,
text: "Suggest Changes",
text: "Edit page",
url: "https://github.com/satnaing/astro-paper/edit/main/",
},
dynamicOgImage: true,