Skip to content

Commit c4abeca

Browse files
committed
chore: ph launch
1 parent 85a39b7 commit c4abeca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const nonPermanentRedirects = [
112112
["/video", "/guides/videos/2-min"],
113113
["/docs/video", "/guides/videos/2-min"],
114114
["/roadmap", "/docs/roadmap"],
115-
["/ph", "https://www.producthunt.com/posts/langfuse"],
115+
["/ph", "https://www.producthunt.com/posts/langfuse-2-0-llm-engineering-platform"],
116116
["/loom-gpt4-PR", "https://www.loom.com/share/5c044ca77be44ff7821967834dd70cba"],
117117
["/issue", "https://github.com/langfuse/langfuse/issues/new/choose"],
118118
["/new-issue", "https://github.com/langfuse/langfuse/issues/new/choose"],

theme.config.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ const config: DocsThemeConfig = {
233233
key: "launch-week",
234234
dismissible: true,
235235
text: (
236-
<Link href="/launch">
236+
<Link href="/ph">
237237
{/* mobile */}
238-
<span className="sm:hidden">Langfuse Launch Week 1</span>
238+
<span className="sm:hidden">Support our Launch on ProductHunt</span>
239239
{/* desktop */}
240240
<span className="hidden sm:inline">
241-
Langfuse Launch Week, Day 4: Datasets v2
241+
Support our Launch on ProductHunt: Langfuse 2.0
242242
</span>
243243
</Link>
244244
),

0 commit comments

Comments
 (0)