|
1 | 1 | <script> |
2 | 2 | export let title = "FormulaCode"; |
3 | | - export let description = "FormulaCode is the first large-scale analysis of the holistic ability of LLM agents to optimize codebases."; |
| 3 | + export let description = |
| 4 | + "FormulaCode is the first large-scale analysis of the holistic ability of LLM agents to optimize codebases."; |
4 | 5 | export let url = "https://formula-code.github.io/"; |
5 | | - export let keywords = "Code Optimization, Large Language Models, LLMs, AI Agents, Software Performance, Machine Learning, AI Research"; |
6 | | - export let preloadFont = [ |
7 | | - |
8 | | - ]; |
| 6 | + export let keywords = |
| 7 | + "Code Optimization, Large Language Models, LLMs, AI Agents, Software Performance, Machine Learning, AI Research"; |
| 8 | + export let preloadFont = []; |
9 | 9 | </script> |
10 | 10 |
|
11 | 11 | <svelte:head> |
|
21 | 21 | <meta property="og:type" content="article" /> |
22 | 22 | <meta property="og:locale" content="en_US" /> |
23 | 23 |
|
24 | | - <!-- <meta property="og:image" content="{url}/assets/images/social2.jpg" /> --> |
25 | | - <meta property="og:image:type" content="image/jpeg" /> |
| 24 | + <meta |
| 25 | + property="og:image" |
| 26 | + content="{url}assets/images/formula-code-banner.png" |
| 27 | + /> |
| 28 | + <meta |
| 29 | + property="og:image:alt" |
| 30 | + content="FormulaCode Data Analysis Logo and Banner" |
| 31 | + /> |
| 32 | + <meta property="og:image:type" content="image/png" /> |
26 | 33 | <meta property="og:image:width" content="1200" /> |
27 | 34 | <meta property="og:image:height" content="600" /> |
28 | 35 |
|
|
31 | 38 | <meta name="twitter:creator" content="@atharvas" /> |
32 | 39 | <meta name="twitter:title" content={title} /> |
33 | 40 | <meta name="twitter:description" content={description} /> |
34 | | - <!-- <meta name="twitter:image:src" content="{url}/assets/images/social2.jpg" /> --> |
| 41 | + <meta |
| 42 | + name="twitter:image:src" |
| 43 | + content="{url}assets/images/formula-code-banner.png" |
| 44 | + /> |
| 45 | + <meta |
| 46 | + name="twitter:image:alt" |
| 47 | + content="FormulaCode Data Analysis Logo and Banner" |
| 48 | + /> |
35 | 49 |
|
36 | 50 | <meta name="robots" content="max-image-preview:large" /> |
| 51 | + <meta name="theme-color" content="#ffffff" /> |
37 | 52 |
|
38 | 53 | <link rel="canonical" href="{url}/" /> |
39 | 54 |
|
|
0 commit comments