mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated dashboard script
This commit is contained in:
parent
461db190fc
commit
c91fbc6d9f
@ -58,13 +58,13 @@ export async function getDashboardData() {
|
|||||||
{
|
{
|
||||||
title: "Total articles",
|
title: "Total articles",
|
||||||
value: totalArticles,
|
value: totalArticles,
|
||||||
group: "Website",
|
group: "Blog",
|
||||||
href: "/writing"
|
href: "/writing"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Total article views",
|
title: "Total article views",
|
||||||
value: totalArticleViews,
|
value: totalArticleViews,
|
||||||
group: "Website",
|
group: "Blog",
|
||||||
href: "/writing"
|
href: "/writing"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user