diff options
-rw-r--r-- | homepage/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/homepage/index.html b/homepage/index.html index ef04a19..edb0b9b 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -3,10 +3,10 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="og:title" content="SimpleWebAuthn"> - <meta name="og:description" content="A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers and Node."> - <meta name="og:type" content="website"> - <meta name="og:url" content="https://simplewebauthn.dev"> + <meta property="og:title" content="SimpleWebAuthn"> + <meta property="og:description" content="A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers and Node."> + <meta property="og:type" content="website"> + <meta property="og:url" content="https://simplewebauthn.dev"> <title>SimpleWebAuthn</title> <style> :root { |