Skip to content

Commit

Permalink
BGM 置き換えと切り替えタイミング設定
Browse files Browse the repository at this point in the history
せわしないのでスライドの枚数を減らした
  • Loading branch information
Gaku-Kunimi committed Nov 22, 2024
1 parent 4d77e65 commit 7784a1f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# NEXT_PUBLIC_API_BASE_URL=http://localhost:8888/
NEXT_PUBLIC_API_BASE_URL=https://event.cloudnativedays.jp/
NEXT_PUBLIC_EVENT_ABBR=cndw2024
# NEXT_PUBLIC_DEBUG='true'
# BGM の長さを音はめする 長さ全部: 192.03
NEXT_PUBLIC_TRANS_TIME_PAGE1='32.5'
NEXT_PUBLIC_TRANS_TIME_PAGE2='32.5'
NEXT_PUBLIC_TRANS_TIME_PAGE3='127.03'
NEXT_PUBLIC_EXCLUDED_TALKS='2056'
NEXT_PUBLIC_DEBUG='true'
# BGM の長さを音はめする 長さ全部: 111.33sec Notize_-_Mirror_Ball.mp3
NEXT_PUBLIC_TRANS_TIME_PAGE1='41.5'
NEXT_PUBLIC_TRANS_TIME_PAGE2='16.5'
NEXT_PUBLIC_TRANS_TIME_PAGE3='53.33'
NEXT_PUBLIC_EXCLUDED_TALKS='9999'
9 changes: 5 additions & 4 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
NEXT_PUBLIC_API_BASE_URL=https://event.cloudnativedays.jp/
NEXT_PUBLIC_EVENT_ABBR=cndw2024
# NEXT_PUBLIC_DEBUG='true'
NEXT_PUBLIC_TRANS_TIME_PAGE1='32.5'
NEXT_PUBLIC_TRANS_TIME_PAGE2='32.5'
NEXT_PUBLIC_TRANS_TIME_PAGE3='127.03'
NEXT_PUBLIC_EXCLUDED_TALKS='2056'
# BGM の長さを音はめする 長さ全部: 111.33sec Notize_-_Mirror_Ball.mp3
NEXT_PUBLIC_TRANS_TIME_PAGE1='41.5'
NEXT_PUBLIC_TRANS_TIME_PAGE2='16.5'
NEXT_PUBLIC_TRANS_TIME_PAGE3='53.33'
NEXT_PUBLIC_EXCLUDED_TALKS='9999'
Binary file modified public/cndw2024/cndw2024_intermission.mp3
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/Page3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const images = [
'/cndw2024/info5.png',
'/cndw2024/info6.png',
'/cndw2024/info7.png',
'/cndw2024/info8.png',
'/cndw2024/info9.png',
// '/cndw2024/info10.png',
// せわしないので8以降はコメントアウト
// '/cndw2024/info8.png',
// '/cndw2024/info9.png',
]

export default function Page({ view }: Props) {
Expand Down

0 comments on commit 7784a1f

Please sign in to comment.