File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const nonPermanentRedirects = [
112
112
[ "/video" , "/guides/videos/2-min" ] ,
113
113
[ "/docs/video" , "/guides/videos/2-min" ] ,
114
114
[ "/roadmap" , "/docs/roadmap" ] ,
115
- [ "/ph" , "https://www.producthunt.com/posts/langfuse" ] ,
115
+ [ "/ph" , "https://www.producthunt.com/posts/langfuse-2-0-llm-engineering-platform " ] ,
116
116
[ "/loom-gpt4-PR" , "https://www.loom.com/share/5c044ca77be44ff7821967834dd70cba" ] ,
117
117
[ "/issue" , "https://github.com/langfuse/langfuse/issues/new/choose" ] ,
118
118
[ "/new-issue" , "https://github.com/langfuse/langfuse/issues/new/choose" ] ,
Original file line number Diff line number Diff line change @@ -233,12 +233,12 @@ const config: DocsThemeConfig = {
233
233
key : "launch-week" ,
234
234
dismissible : true ,
235
235
text : (
236
- < Link href = "/launch " >
236
+ < Link href = "/ph " >
237
237
{ /* mobile */ }
238
- < span className = "sm:hidden" > Langfuse Launch Week 1 →</ span >
238
+ < span className = "sm:hidden" > Support our Launch on ProductHunt →</ span >
239
239
{ /* desktop */ }
240
240
< span className = "hidden sm:inline" >
241
- Langfuse Launch Week, Day 4: Datasets v2 →
241
+ Support our Launch on ProductHunt: Langfuse 2.0 →
242
242
</ span >
243
243
</ Link >
244
244
) ,
You can’t perform that action at this time.
0 commit comments