Skip to content

Commit

Permalink
Fix path of banner URL (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarvz authored Dec 2, 2024
1 parent 6a74a9d commit c52ec32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getColorValueBasedOnContent(content: string) {
template: "splash",
banner: {
content:
'<span>It\'s <a href="/mega-launch-week-2024">Mega Launch Week</a> πŸš€ Follow along for the latest features shipping this week from Fiberplane</span>'
'<span>It\'s <a href="/blog/mega-launch-week-2024">Mega Launch Week</a> πŸš€ Follow along for the latest features shipping this week from Fiberplane</span>'
}
}}
>
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
template: "splash",
banner: {
content:
'<span>It\'s <a href="/mega-launch-week-2024">Mega Launch Week</a> πŸš€ Follow along for the latest features shipping this week from Fiberplane</span>'
'<span>It\'s <a href="/blog/mega-launch-week-2024">Mega Launch Week</a> πŸš€ Follow along for the latest features shipping this week from Fiberplane</span>'
},
hero: {
title: "Test and debug your Hono API",
Expand Down

0 comments on commit c52ec32

Please sign in to comment.