Skip to content

Commit 7dd670d

Browse files
committed
updates
1 parent 789513b commit 7dd670d

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

components/EthicalAd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const EthicalAd: React.FC<EthicalAdProps> = ({
117117
data-ea-publisher={EA_PUBLISHER_ID}
118118
data-ea-type={type}
119119
data-ea-style={style}
120-
data-ea-keywords={keywords}
120+
// data-ea-keywords={keywords}
121121
className={className}
122122
/* Minimal inline size to avoid CLS jump before ad loads */
123123
style={{ minHeight: type === "image" ? "140" : "75" }}

pages/new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const getStaticProps = async () => {
107107
.map((plugin) => plugin.name)
108108
.join(', ')}`;
109109
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';
111111
const jsonLdSchema = JsonLdSchema.getNewPageSchema(
112112
newPlugins,
113113
title,

public/images/confetti-doodles.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/images/new-og.webp

33.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)