Skip to content

Commit

Permalink
Merge pull request #228 from ueckoken/main
Browse files Browse the repository at this point in the history
Release 2022-10-20 23:47:56 +0900
  • Loading branch information
hutinoatari authored Oct 20, 2022
2 parents 7f507d5 + ebfc3a1 commit 2d6b32d
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions client/src/pages/horse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const HorsePage: FC<Props> = ({ json }) => {
content="https://kra.azukibar.dev/ogp.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="競争馬一覧 | 調布競馬ポータル"
/>
<meta name="twitter:description" content="競争馬一覧ページ" />
</Head>
<h2>競争馬一覧</h2>
<ul>
Expand Down
2 changes: 2 additions & 0 deletions client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const TopPage: FC<{}> = () => {
content="https://kra.azukibar.dev/ogp.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="調布競馬ポータル" />
<meta name="twitter:description" content="調布競馬公式サイト" />
</Head>
<h2>開催情報</h2>
<p>
Expand Down
5 changes: 5 additions & 0 deletions client/src/pages/race.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const RacePage: FC<Props> = ({ json }) => {
content="https://kra.azukibar.dev/ogp.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="レース一覧 | 調布競馬ポータル"
/>
<meta name="twitter:description" content="レース一覧ページ" />
</Head>
<h2>レース一覧</h2>
<table>
Expand Down
8 changes: 8 additions & 0 deletions client/src/pages/race/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ const RaceDetailPage: FC<Props> = ({ json }) => {
content="https://kra.azukibar.dev/ogp.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content={`${race.data!.name} | 調布競馬ポータル`}
/>
<meta
name="twitter:description"
content={`${race.data!.name}のデータ`}
/>
</Head>
<h2>{`第${race.data!.order}競争 ${race.data!.name}`}</h2>
<p>{race.description}</p>
Expand Down
5 changes: 5 additions & 0 deletions client/src/pages/special/shinbao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ const SpecialPage: FC<{}> = () => {
content="https://kra.azukibar.dev/ogp.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="新馬王戦 | 調布競馬ポータル"
/>
<meta name="twitter:description" content="第1回開催" />
</Head>
<h2>新馬王戦</h2>
<h3>日程</h3>
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifests/api-server/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
name: database
containers:
- name: api
image: ghcr.io/ueckoken/chofu-race-course-api:2ed56b9-1666274255 # {"$imagepolicy": "flux-system:api"}
image: ghcr.io/ueckoken/chofu-race-course-api:7f507d5-1666276125 # {"$imagepolicy": "flux-system:api"}
ports:
- containerPort: 8080
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifests/nextjs/next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: webapp
image: ghcr.io/ueckoken/chofu-race-course-webapp:2ed56b9-1666274228 # {"$imagepolicy": "flux-system:webapp"}
image: ghcr.io/ueckoken/chofu-race-course-webapp:7f507d5-1666276114 # {"$imagepolicy": "flux-system:webapp"}
ports:
- containerPort: 3000
---
Expand Down

0 comments on commit 2d6b32d

Please sign in to comment.