Skip to content

Commit 66e9f4a

Browse files
Merge pull request #3 from seed4j/small-update
small update
2 parents 1e03f17 + a4a7209 commit 66e9f4a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.vitepress/config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export default defineConfig({
2222
},
2323
],
2424

25-
socialLinks: [{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }],
25+
socialLinks: [
26+
{ icon: 'linkedin', link: 'https://www.linkedin.com/company/seed4j' },
27+
{ icon: 'x', link: 'https://x.com/seed4j' },
28+
{ icon: 'github', link: 'https://github.com/seed4j/seed4j' }
29+
],
2630
},
2731
});

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
layout: home
44

55
hero:
6-
name: 'Seed4J'
6+
name: 'Seed4J 🌱'
77
text: 'Modular code generator with clean architecture'
88
tagline: Plant the right seed, build on strong roots.
99
actions:

0 commit comments

Comments
 (0)