File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export const EthicalAd: React.FC<EthicalAdProps> = ({
117
117
data-ea-publisher = { EA_PUBLISHER_ID }
118
118
data-ea-type = { type }
119
119
data-ea-style = { style }
120
- data-ea-keywords = { keywords }
120
+ // data-ea-keywords={keywords}
121
121
className = { className }
122
122
/* Minimal inline size to avoid CLS jump before ad loads */
123
123
style = { { minHeight : type === "image" ? "140" : "75" } }
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export const getStaticProps = async () => {
107
107
. map ( ( plugin ) => plugin . name )
108
108
. join ( ', ' ) } `;
109
109
const canonical = 'https://www.obsidianstats.com/new' ;
110
- const image = 'https://www.obsidianstats.com/images/obsidian-stats-ogImage.png ' ;
110
+ const image = 'https://www.obsidianstats.com/images/new-og.webp ' ;
111
111
const jsonLdSchema = JsonLdSchema . getNewPageSchema (
112
112
newPlugins ,
113
113
title ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments