Skip to content

Commit ed75bcf

Browse files
committed
update
1 parent 18eca9c commit ed75bcf

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs-svelte-kit/src/app.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5+
%svelte.head%
56
<meta name="description" content="ESLint plugin for Svelte using AST" />
67
<link
78
rel="icon"
89
type="image/png"
910
href="/eslint-plugin-svelte/favicon.png"
1011
/>
12+
13+
<meta property="og:type" content="website" />
14+
<meta
15+
property="og:image"
16+
content="https://ota-meshi.github.io/eslint-plugin-svelte/favicon.png"
17+
/>
18+
<meta property="og:site_name" content="@ota-meshi/eslint-plugin-svelte" />
19+
<meta
20+
property="og:description"
21+
content="ESLint plugin for Svelte using AST"
22+
/>
23+
<meta name="twitter:card" content="summary" />
24+
1125
<meta name="viewport" content="width=device-width, initial-scale=1" />
12-
%svelte.head%
1326
</head>
1427
<body>
1528
<div id="svelte">%svelte.body%</div>

0 commit comments

Comments
 (0)