We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12593c commit 2a841e9Copy full SHA for 2a841e9
src/content.js
@@ -30,6 +30,11 @@ const bronzeSponsors = sponsors.filter(({ type }) =>
30
);
31
32
module.exports = {
33
+ id: "react-finland-2018",
34
+ name: "React Finland 2018",
35
+ year: "2018",
36
+ packageName: "@react-finland/content-2018",
37
+ staticFilePath: "images",
38
breakfasts: require("./breakfasts"),
39
coffeeBreaks: require("./coffee-breaks"),
40
locations: resolveSocialLinks(require("./locations")),
0 commit comments