File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ export const listStage: ExactPresantationLengthArray<ListType> = [
38
38
] ;
39
39
40
40
export const listWrite : ExactPresantationLengthArray < ListType > = [
41
+ {
42
+ title : "Baseline MCP Serverを公開しました!" ,
43
+ url : "https://zenn.dev/yamanoku/articles/baseline-mcp-server" ,
44
+ datetime : "2025-04-13T15:04:00.00+09:00"
45
+ } ,
41
46
{
42
47
title :
43
48
"まだ内容を把握できてないことを調査して、勉強会で発表するまでにやってきたこと" ,
@@ -59,10 +64,5 @@ export const listWrite: ExactPresantationLengthArray<ListType> = [
59
64
title : "Interop 2025が始まりました!" ,
60
65
url : "https://zenn.dev/yamanoku/articles/interop-2025-launched" ,
61
66
datetime : "2025-02-15T16:11:00.00+09:00"
62
- } ,
63
- {
64
- title : "Vue.jsと周辺エコシステムで振り返る2024年" ,
65
- url : "https://zenn.dev/comm_vue_nuxt/articles/vuejs-2024-year-in-review" ,
66
- datetime : "2024-12-09T12:00:00.00+09:00"
67
67
}
68
68
] ;
You can’t perform that action at this time.
0 commit comments