diff --git a/store/index.js b/store/index.js index bcee71c560..86fe914473 100644 --- a/store/index.js +++ b/store/index.js @@ -13,17 +13,16 @@ export const state = () => ({ conferenceName: 'PyCon TW', conferenceYear: '2024', conferenceDate: '2024-09-21', - showAboutStaffPage: true, - showConferencePage: true, + showSpeakingPage: true, + showAboutStaffPage: false, + 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']