Skip to content

Commit

Permalink
feat: update meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldan committed Dec 29, 2024
1 parent 7218c54 commit 35ee0f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
<Meta name="expected-hostname" content="rust-dd.com" />
<Meta
name="description"
content="Discover the Rust-DD framework, enabling the application of domain-driven design (DDD) principles in Rust. Write efficient, safe, and clean code with this modern development tool."
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."
/>
<Meta
name="keywords"
Expand All @@ -48,7 +48,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
/>
<Meta
property="og:description"
content="Discover the Rust-DD framework, enabling the application of domain-driven design (DDD) principles in Rust. Write efficient, safe, and clean code with this modern development tool."
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."
/>
<Meta property="og:url" content="https://rust-dd.com/" />
<Meta
Expand All @@ -67,15 +67,15 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
/>
<Meta
name="twitter:description"
content="Discover the Rust-DD framework, enabling the application of domain-driven design (DDD) principles in Rust. Write efficient, safe, and clean code with this modern development tool."
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."
/>
<Meta name="twitter:site" content="@rust_dd" />
<Meta name="twitter:url" content="https://rust-dd.com/" />
<Meta
name="twitter:image"
content="https://static.rust-dd.com/rust-dd_custom_bg.png"
/>
<Meta name="twitter:image:alt" content="Rust-DD Framework" />
<Meta name="twitter:image:alt" content="Rust-DD logo" />
<Link rel="preconnect" href="https://fonts.googleapis.com" />
<Link rel="preconnect" href="https://fonts.gstatic.com" />
</head>
Expand Down

0 comments on commit 35ee0f6

Please sign in to comment.