Docs: add meta tags (#1006)

This commit is contained in:
Ayush Chaurasia
2024-02-21 23:22:47 +05:30
committed by GitHub
parent f04590ddad
commit bf2e9d0088
4 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +0,0 @@
window.addEventListener('load', function() {
var meta = document.createElement('meta');
meta.setAttribute('property', 'og:image');
meta.setAttribute('content', '/assets/lancedb_and_lance.png');
document.head.appendChild(meta);
});