Skip to content

Commit e515cdc

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 fed42f4 commit e515cdc

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@astrojs/mdx": "^4.3.13",
19-
"@jongio/azd-web-core": "^2.3.0",
19+
"@jongio/azd-web-core": "^2.4.0",
2020
"astro": "^5.17.1",
2121
"astro-expressive-code": "^0.41.6"
2222
},

web/src/components/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const navLinks = [
4141
extensionName="exec"
4242
canonicalUrl={currentUrl}
4343
ogImage={ogImage}
44+
publishedDate="2025-11-08T09:53:34Z"
4445
>
4546
<Fragment slot="head">
4647
<meta property="og:site_name" content="azd exec" />

0 commit comments

Comments
 (0)