Skip to content

Commit 511bc57

Browse files
committed
lint
1 parent 7cd33b2 commit 511bc57

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/components/CustomHeadLinks.astro

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,25 @@ import { SEO } from 'astro-seo'
77
description="A hands-on, interactive tutorial for mastering the Nimiq Web Client. Step-by-step lessons, code samples, and instant feedback for web-based Nimiq integration."
88
openGraph={{
99
basic: {
10-
title: "Nimiq Tutorial: Learn the Nimiq Web Client",
11-
type: "website",
12-
image: "/og-image.jpg",
13-
}
10+
title: 'Nimiq Tutorial: Learn the Nimiq Web Client',
11+
type: 'website',
12+
image: '/og-image.jpg',
13+
},
1414
}}
1515
twitter={{
16-
site: "@nimiq",
17-
creator: "@nimiq"
16+
site: '@nimiq',
17+
creator: '@nimiq',
1818
}}
1919
canonical="https://nimiq-tutorial.maximogarciamtnez.workers.dev/"
2020
extend={{
2121
meta: [
22-
{ name: "twitter:image", content: "/og-image.jpg" },
23-
{ name: "twitter:title", content: "Nimiq Tutorial: Learn the Nimiq Web Client" },
24-
{ name: "twitter:description", content: "A hands-on, interactive tutorial for mastering the Nimiq Web Client. Step-by-step lessons, code samples, and instant feedback for web-based Nimiq integration." },
22+
{ name: 'twitter:image', content: '/og-image.jpg' },
23+
{ name: 'twitter:title', content: 'Nimiq Tutorial: Learn the Nimiq Web Client' },
24+
{
25+
name: 'twitter:description',
26+
content:
27+
'A hands-on, interactive tutorial for mastering the Nimiq Web Client. Step-by-step lessons, code samples, and instant feedback for web-based Nimiq integration.',
28+
},
2529
],
2630
}}
2731
/>

0 commit comments

Comments
 (0)