Skip to content

Commit 770c094

Browse files
jongioCopilot
andcommitted
fix: use correct repo creation dates for LinkedIn publish date
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0904654 commit 770c094

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/mdx": "^4.3.13",
16-
"@jongio/azd-web-core": "^2.3.0",
16+
"@jongio/azd-web-core": "^2.4.0",
1717
"@tailwindcss/vite": "^4.1.18",
1818
"astro": "^5.17.1",
1919
"tailwindcss": "^4.1.18"

web/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/src/components/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const navLinks = [
2727
description={description}
2828
extensionName="copilot"
2929
ogImage="https://jongio.github.io/azd-copilot/og-image.png"
30+
publishedDate="2026-02-09T23:50:16Z"
3031
>
3132
<Fragment slot="head">
3233
<link rel="icon" type="image/svg+xml" href="/azd-copilot/favicon.svg" />

0 commit comments

Comments
 (0)