graph and backlinks for desktop, was mobile only

This commit is contained in:
Miguel Pimentel 2024-06-17 14:41:20 -05:00 committed by GitHub
parent 869c558ee8
commit a672272c01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,10 @@ export const defaultContentPageLayout: PageLayout = {
beforeBody: [Component.ArticleTitle()],
left: [Component.MobileOnly(Component.Spacer())],
right: [
Component.MobileOnly(Component.Graph()),
Component.MobileOnly(Component.Backlinks()),
// Component.MobileOnly(Component.Graph()),
// Component.MobileOnly(Component.Backlinks()),
Component.Graph(),
Components.Backlinks()
],
// beforeBody: [