Skip to content

Commit

Permalink
Merge pull request #25 from bitovi/run-through/updates
Browse files Browse the repository at this point in the history
update og description
  • Loading branch information
DavidNic11 authored Jul 30, 2024
2 parents 4ce67a2 + 880d812 commit 347cc23
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
24 changes: 23 additions & 1 deletion packages/shell/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,35 @@ export default defineConfig({
},
html: {
favicon: "./src/assets/favicon.png",
title: "Enterprise-Grade Micro-Frontends",
title: "Enterprise Grade Micro Frontends",
tags: [
{
tag: "base",
attrs: { href: "/" },
append: false,
},
{
tag: "meta",
attrs: {
property: "og:title",
content: "Enterprise Grade Micro Frontends",
},
},
{
tag: "meta",
attrs: {
property: "og:description",
content:
"Dive into the world of Micro Frontends in this dynamic 8-hour workshop designed for intermediate and advanced developers. Through a mix of theory and extensive hands-on practice, including a comprehensive e-commerce project, participants will explore how to integrate various frameworks like Angular and React within a Micro Frontend architecture. This workshop will not only clarify the complexities and challenges of Micro Frontends but also equip you with practical strategies for overcoming them. Expect to emerge with a solid grasp of Micro Frontend principles, and ready to implement scalable and flexible solutions that enhance development workflows and product quality. This workshop is perfect for developers keen on mastering advanced architectural patterns to address sophisticated business and team requirements.",
},
},
{
tag: "meta",
attrs: {
property: "og:image",
content: "https://workshop-mfe.bitovi-sandbox.com/title-card.png",
},
},
],
},
plugins: [pluginReact()],
Expand Down
22 changes: 22 additions & 0 deletions packages/workshop/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@ export default defineConfig({
attrs: { href: "/" },
append: false,
},
{
tag: "meta",
attrs: {
property: "og:title",
content: "Enterprise Grade Micro Frontends",
},
},
{
tag: "meta",
attrs: {
property: "og:description",
content:
"Dive into the world of Micro Frontends in this dynamic 8-hour workshop designed for intermediate and advanced developers. Through a mix of theory and extensive hands-on practice, including a comprehensive e-commerce project, participants will explore how to integrate various frameworks like Angular and React within a Micro Frontend architecture. This workshop will not only clarify the complexities and challenges of Micro Frontends but also equip you with practical strategies for overcoming them. Expect to emerge with a solid grasp of Micro Frontend principles, and ready to implement scalable and flexible solutions that enhance development workflows and product quality. This workshop is perfect for developers keen on mastering advanced architectural patterns to address sophisticated business and team requirements.",
},
},
{
tag: "meta",
attrs: {
property: "og:image",
content: "https://workshop-mfe.bitovi-sandbox.com/title-card.png",
},
},
],
},
source: {
Expand Down

0 comments on commit 347cc23

Please sign in to comment.