refactor: enable scroll-smooth only in post detail page

This commit is contained in:
satnaing
2023-12-31 12:10:05 +06:30
committed by Sat Naing
parent 20536b0562
commit e7c9a56722
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -40,6 +40,7 @@ const layoutProps = {
modDatetime,
canonicalURL,
ogImage: ogUrl,
scrollSmooth: true,
};
---