Skip to content

Commit

Permalink
Merge branch 'main' into chore/temporary-close-staff
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh committed Aug 30, 2024
2 parents 8c0587d + 908993e commit 827e02c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ export const state = () => ({
conferenceName: 'PyCon TW',
conferenceYear: '2024',
conferenceDate: '2024-09-21',
showSpeakingPage: true,
showAboutStaffPage: false,
showConferencePage: true,
showSchedulePage: true,
showSponsorPage: true,
showEventOverviewPage: true,
showEventsPage: true,
showIndexSecondaryBtn: true,
showIndexSponsorSection: true,
showProposalSystemPage: true,
showRegistrationPage: true,
showSchedulePage: false,
showSpeakingPage: false,
showSponsorPage: true,
showVenuePage: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
Expand Down

0 comments on commit 827e02c

Please sign in to comment.