Skip to content

Commit d619a8d

Browse files
committed
added the conference example
1 parent 68e3a1f commit d619a8d

File tree

7 files changed

+738
-222
lines changed

7 files changed

+738
-222
lines changed

Diff for: astro.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default defineConfig({
4242
'x.com': 'https://x.com/vyuh_tech',
4343
discord: 'https://discord.gg/b49sbjqszG',
4444
youtube: 'https://youtube.com/@vyuh_tech',
45+
linkedin: 'https://www.linkedin.com/company/vyuh-tech',
4546
},
4647
// Add Open Graph images.
4748
head: [

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/react": "^4.1.3",
16+
"@astrojs/react": "^4.1.4",
1717
"@astrojs/starlight": "^0.30.6",
1818
"@astrojs/starlight-tailwind": "^3.0.0",
1919
"@astrojs/tailwind": "^5.1.4",
2020
"@expressive-code/plugin-line-numbers": "^0.38.3",
2121
"@iconify-json/mdi": "^1.2.2",
22-
"@types/react": "^19.0.4",
23-
"@types/react-dom": "^19.0.2",
24-
"astro": "^5.1.5",
22+
"@types/react": "^19.0.6",
23+
"@types/react-dom": "^19.0.3",
24+
"astro": "^5.1.6",
2525
"astro-embed": "^0.9.0",
2626
"astro-icon": "^1.1.5",
2727
"firebase-tools": "^13.29.1",

Diff for: pnpm-lock.yaml

+200-195
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: sidebar.ts

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ export default [
7272
'examples/food',
7373
'examples/puzzles',
7474
'examples/movies',
75+
{
76+
slug: 'examples/conference',
77+
badge: { text: 'New', variant: 'note' },
78+
},
7579
{
7680
label: 'Wonderous',
7781
items: [

0 commit comments

Comments
 (0)