diff --git a/2024/gatsby-config.js b/2024/gatsby-config.js index 349f79f1b..d2cb101b6 100644 --- a/2024/gatsby-config.js +++ b/2024/gatsby-config.js @@ -8,14 +8,14 @@ module.exports = { twitter: `jsconfjp`, siteUrl: `https://jsconf.jp`, ticketUrl: "", // "https://pretix.eu/jsconfjp/2024/", - sponsorFormUrl: "", // `https://forms.gle/GHFbBciA22xP7Jd49`, - cfpFormUrl: "", - cfpDeadline: new Date("2023-09-30T23:59:59.999+0900"), + sponsorFormUrl: "https://forms.gle/1E7XC48NzH3Z52vN9", + cfpFormUrl: "https://docs.google.com/forms/d/e/1FAIpQLScWYqrnSqD-CTnJX6GATU8IzTk6qKwJyXb8GOoVD70EbGXbDA/viewform", + cfpDeadline: new Date("2024-10-01T00:00:00.000+0900"), previousFiscalYear: `2023`, enableSpeakers: false, - enableVenue: false, + enableVenue: true, enableSchedule: false, - enableSponsors: false, + enableSponsors: true, }, plugins: [ `gatsby-plugin-typescript`, diff --git a/2024/src/components/Map.tsx b/2024/src/components/Map.tsx index f6029c500..cb84725b5 100644 --- a/2024/src/components/Map.tsx +++ b/2024/src/components/Map.tsx @@ -20,7 +20,7 @@ export function Map(props: Props) {