From 7790c8381bdff8d45c7fd53efa4cea6e3d24f5a5 Mon Sep 17 00:00:00 2001 From: omiend Date: Tue, 11 Jun 2024 14:34:03 +0900 Subject: [PATCH] reopen cfp page --- app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.ts b/app.config.ts index 4992a6f..f878269 100644 --- a/app.config.ts +++ b/app.config.ts @@ -12,8 +12,8 @@ export default defineAppConfig({ { path: 'call-for-proposals', title: { en: 'Submit your talks for ScalaMatsuri 2024!', ja: 'ScalaMatsuriで話を聞かせてください!' }, - published: false, - header: true, + published: true, + header: false, footer: true, order: 20, },