From 0cebe9263e082d87a0b3d076d4802e0647033129 Mon Sep 17 00:00:00 2001 From: Jumpy Squirrel Date: Sat, 25 May 2024 21:03:02 +0200 Subject: [PATCH] feat(#241): late is now default for new regs --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 86ec765..b74394a 100644 --- a/src/config.ts +++ b/src/config.ts @@ -13,7 +13,7 @@ import { DateTime } from 'luxon' const apiPath = (path: string) => process.env.GATSBY_API_BASE_URL === undefined ? withPrefix(path) : `${process.env.GATSBY_API_BASE_URL}${path}` const config = checkConfig({ - version: 4, // increment to prevent loading from local storage (new year, pricing changes, default packages) + version: 5, // increment to prevent loading from local storage (new year, pricing changes, default packages) eventName: 'Eurofurence', registrationLaunch: DateTime.fromISO('2023-01-21T12:30:23+02:00'), registrationExpirationDate: DateTime.fromISO('2024-09-22', { zone: 'Europe/Berlin' }), @@ -83,7 +83,7 @@ const config = checkConfig({ }, 'late': { price: 15, - default: false, // don't forget to increment version when changing this + default: true, // don't forget to increment version when changing this options: {}, unavailableFor: { type: ['day'],