forked from ijokarumawak/web-interlude
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1334062
commit 9763b8c
Showing
14 changed files
with
177 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
NEXT_PUBLIC_API_BASE_URL=https://event.cloudnativedays.jp/ | ||
NEXT_PUBLIC_EVENT_ABBR=cndw2024 | ||
# NEXT_PUBLIC_DEBUG='true' | ||
NEXT_PUBLIC_TRANS_TIME_PAGE1='45.335' | ||
NEXT_PUBLIC_TRANS_TIME_PAGE2='45.335' | ||
NEXT_PUBLIC_TRANS_TIME_PAGE3='0' | ||
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
// eventAbbrはイベント毎に変更する. | ||
const eventAbbr = 'cnds2024' | ||
const eventAbbr = 'cndw2024' | ||
|
||
// export const apiConfig = { | ||
// talksEndpoint: `https://event.cloudnativedays.jp/api/v1/talks?eventAbbr=${eventAbbr}`, | ||
// talkEndpoint: `https://event.cloudnativedays.jp/api/v1/talks/`, | ||
// speakersEndpoint: `https://event.cloudnativedays.jp/api/v1/speakers?eventAbbr=${eventAbbr}`, | ||
// }; | ||
export const apiConfig = { | ||
talksEndpoint: `https://dreamkast-dk-2147.dev.cloudnativedays.jp/api/v1/talks?eventAbbr=${eventAbbr}`, | ||
talkEndpoint: `https://dreamkast-dk-2147.dev.cloudnativedays.jp/api/v1/talks/`, | ||
speakersEndpoint: `https://dreamkast-dk-2147.dev.cloudnativedays.jp/api/v1/speakers?eventAbbr=${eventAbbr}`, | ||
} | ||
talksEndpoint: `https://event.cloudnativedays.jp/api/v1/talks?eventAbbr=${eventAbbr}`, | ||
talkEndpoint: `https://event.cloudnativedays.jp/api/v1/talks/`, | ||
speakersEndpoint: `https://event.cloudnativedays.jp/api/v1/speakers?eventAbbr=${eventAbbr}`, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.