Skip to content

Commit 8c7ace4

Browse files
committed
feat(frontend): improve security meta tags, performance (preload) and cleanup comments
1 parent db5602f commit 8c7ace4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929
<meta name="author" content="Francesco Tosoni">
3030
<meta http-equiv="X-Content-Type-Options" content="nosniff">
3131
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
32+
<link rel="preload" href="css/style.css" as="style">
3233

3334
<!-- Social Media (Open Graph) -->
3435
<meta property="og:type" content="website">
3536
<meta property="og:url" content="https://code2codesearch.toolforge.org/">
3637
<meta property="og:title" content="MediaWiki Code2Code Search | Semantic Neural Retrieval">
3738
<meta property="og:description"
3839
content="Advanced AI-powered semantic search for MediaWiki source code. Search by meaning, not just keywords.">
39-
<meta property="og:image" content="https://code2codesearch.toolforge.org/icon.png">
40+
<meta property="og:image" content="https://code2codesearch.toolforge.org/assets/branding/logo-horizontal.svg">
4041

4142
<!-- Icons & Canonical -->
4243
<link rel="canonical" href="https://code2codesearch.toolforge.org/">

0 commit comments

Comments
 (0)