File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ const version = pkg.version
9696
9797 { /* Social Brands */ }
9898 <div class =' flex items-center gap-x-4' >
99- ∑ views: <span class =' vercount_value_site_pv' ></span >
99+ ∑ views: <span class =' vercount_value_site_pv' >Loading </span >
100100 {
101101 footerConf .social &&
102102 Object .entries (footerConf .social ).map (([platform , { label , url }]) => (
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ const path = Astro.url.pathname
77---
88
99<div class ={ cn (' text-base text-sm text-muted-foreground' , className )} {... props }>
10- <span class =' vercount_value_page_pv' data-path ={ path } ></span > views
10+ <span class =' vercount_value_page_pv' data-path ={ path } >Loading </span > views
1111 <!-- <span class='vercount-uv' data-path={path} style='margin-left: 8px;'></span> visitors -->
1212</div >
You can’t perform that action at this time.
0 commit comments