We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3535c81 commit 7487ef3Copy full SHA for 7487ef3
2 files changed
.gitignore
@@ -44,6 +44,4 @@ vite.config.js.timestamp*
44
.svelte-kit
45
46
playwright-report
47
-test-results
48
-
49
-public/_redirects
+test-results
src/routes/compare/[comparison]/+page.svelte
@@ -15,7 +15,6 @@
15
<title>{title}</title>
16
<meta name="description" content={description} />
17
<link rel="canonical" href={canonical} />
18
- <meta property="og:type" content="website" />
19
<meta property="og:url" content={canonical} />
20
<meta property="og:title" content={title} />
21
<meta property="og:description" content={description} />
0 commit comments