Skip to content

Commit ecb7eb4

Browse files
committed
thumbnail.srcは必須でない
1 parent a448c69 commit ecb7eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contents/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
| `status` || string | プロジェクトの現状。詳細は `src/schema.ts` を参照。 |
2828
| `members` | | string[]? | プロジェクトのメンバー。まだメンバーページを作ってなくても問題ないです。 |
2929
| `tags` | | string[]? | 使用されている技術。タグごとのフィルタリング機能等は提供していません。 |
30-
| `thumbnail.src` | | string->path | イメージファイルへの markdown からの相対パス。 |
30+
| `thumbnail.src` | | string->path | イメージファイルへの markdown からの相対パス。 |
3131
| `thumbnail.fit` | | string? | イメージのクロップ方法。 default = "cover"。 |
3232
| `thumbnail.bg` | | string? | イメージの背景色。ロード中と `crop` = "contain" のときの背景に使われています。 |
3333
| `favicon` | | string->path? \| null | 強制的に使わせる Favicon。指定しない場合は、アプリの URL から自動で引っ張ってきます。 `null` を指定した場合は、Faviconは存在しないものとみなしアプリのURLを自動でfetchしません。 |

0 commit comments

Comments
 (0)