Skip to content

Commit 7487ef3

Browse files
committed
chore(kit): de-duplicate og:type meta; drop stale public/_redirects gitignore
1 parent 3535c81 commit 7487ef3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ vite.config.js.timestamp*
4444
.svelte-kit
4545

4646
playwright-report
47-
test-results
48-
49-
public/_redirects
47+
test-results

src/routes/compare/[comparison]/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<title>{title}</title>
1616
<meta name="description" content={description} />
1717
<link rel="canonical" href={canonical} />
18-
<meta property="og:type" content="website" />
1918
<meta property="og:url" content={canonical} />
2019
<meta property="og:title" content={title} />
2120
<meta property="og:description" content={description} />

0 commit comments

Comments
 (0)