diff options
author | 2022-07-08 02:02:19 -0500 | |
---|---|---|
committer | 2022-07-09 00:57:52 -0700 | |
commit | d018b0808243f008351839fc905faee1ea1bac0f (patch) | |
tree | 797923b0642c4657e18cd276c32f0e74ef617c10 | |
parent | 576ee66f20a4ba7e0551f7f856dac7504143fe8b (diff) | |
download | bun-d018b0808243f008351839fc905faee1ea1bac0f.tar.gz bun-d018b0808243f008351839fc905faee1ea1bac0f.tar.zst bun-d018b0808243f008351839fc905faee1ea1bac0f.zip |
feat(landing): add og:locale and twitter:site metadata
-rw-r--r-- | packages/bun-landing/page.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 4ece56479..6204edd51 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -224,6 +224,8 @@ export default ({ inlineCSS }) => ( projects – all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner and npm client built-in.`} /> + <meta name="og:locale" content="en_US" /> + <meta name="twitter:site" content="@jarredsumner" /> <meta name="description" content={`Bundle, transpile, install and run JavaScript & TypeScript |