gni commited on
Commit
5fce320
·
1 Parent(s): 9aa0b6c

feat: point SEO image to logo.png

Browse files
Files changed (1) hide show
  1. ui/index.html +3 -3
ui/index.html CHANGED
@@ -19,14 +19,14 @@
19
  <meta property="og:url" content="https://lbl-redaction.hf.space" />
20
  <meta property="og:title" content="Redac | AI-Powered PII Data Redaction" />
21
  <meta property="og:description" content="Securely sanitize your documents. Automated PII detection and redaction for French and English texts." />
22
- <meta property="og:image" content="/src/assets/hero.png" />
23
 
24
  <!-- Twitter -->
25
- <meta property="twitter:card" content="summary_large_image" />
26
  <meta property="twitter:url" content="https://lbl-redaction.hf.space" />
27
  <meta property="twitter:title" content="Redac - AI PII Redaction Tool" />
28
  <meta property="twitter:description" content="Protect sensitive data before sending to LLMs. Fast, secure, and automated PII redaction." />
29
- <meta property="twitter:image" content="/src/assets/hero.png" />
30
  </head>
31
  <body>
32
  <div id="root"></div>
 
19
  <meta property="og:url" content="https://lbl-redaction.hf.space" />
20
  <meta property="og:title" content="Redac | AI-Powered PII Data Redaction" />
21
  <meta property="og:description" content="Securely sanitize your documents. Automated PII detection and redaction for French and English texts." />
22
+ <meta property="og:image" content="/logo.png" />
23
 
24
  <!-- Twitter -->
25
+ <meta property="twitter:card" content="summary" />
26
  <meta property="twitter:url" content="https://lbl-redaction.hf.space" />
27
  <meta property="twitter:title" content="Redac - AI PII Redaction Tool" />
28
  <meta property="twitter:description" content="Protect sensitive data before sending to LLMs. Fast, secure, and automated PII redaction." />
29
+ <meta property="twitter:image" content="/logo.png" />
30
  </head>
31
  <body>
32
  <div id="root"></div>