Skip to content

Commit

Permalink
Updated images & SEO for blogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Apr 24, 2024
1 parent 8aa5f5d commit 24544f4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/routes/blogs/accelerating-phi-2/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authorsLink:
'https://www.linkedin.com/in/ashwini-khade-0266541a/',
'http://linkedin.com/in/ye-wang-0ab35812a'
]
image: 'accelerating-phi-2/Phi2_Int4_TokenGenerationTP.png'
image: 'https://iili.io/JSZc5E7.png'
url: 'https://onnxruntime.ai/blogs/accelerating-phi-2'
---

Expand Down
4 changes: 2 additions & 2 deletions src/routes/blogs/accelerating-phi-3/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: ONNX Runtime supports Phi-3 mini models across platforms and devices
date: '22nd April, 2024'
description: 'Thanks to day one ONNX Runtime and DirectML support, developers can now deploy Phi-3 Mini at scale'
keywords: 'GenAI , LLM, ONNXRuntime, ORT, Phi, DirectML, Windows'
keywords: 'GenAI , LLM, ONNXRuntime, ORT, Phi, DirectML, Windows, phi3, phi-3, ONNX, SLM, edge, gpu'
authors:
[
]
authorsLink:
[
]
image: 'Phi3_Thumbnail.png'
image: 'https://iili.io/JSQDdog.png'
url: 'https://onnxruntime.ai/blogs/accelerating-phi-3'
---

Expand Down
2 changes: 1 addition & 1 deletion src/routes/blogs/ort-1-17-release/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authorsLink:
'https://www.linkedin.com/in/natkershaw/',
''
]
image: ''
image: 'https://iili.io/JSZcw3F.png'
url: 'https://onnxruntime.ai/blogs/ort-1_17-release-blog'
---

Expand Down
9 changes: 6 additions & 3 deletions src/routes/blogs/post.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
/**
* @type {any}
*/
export let image;
/**
* @type {string}
*/
</script>

<svelte:head>
Expand All @@ -56,11 +60,10 @@
<meta name="og:url" content={url} />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<!-- <meta name="image" content={image} />
<meta name="image" content={image} />
<meta name="og:image" content={image} />
<meta name="twitter:card" content={image} />
<meta name="twitter:image" content={image} /> -->

<meta name="twitter:image" content={image} />
<meta name="robots" content={robots} />
</svelte:head>
<Header pathvar="" />
Expand Down

0 comments on commit 24544f4

Please sign in to comment.