Skip to content

Commit 2a841e9

Browse files
committed
feat(schema) add basic metadata
1 parent c12593c commit 2a841e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ const bronzeSponsors = sponsors.filter(({ type }) =>
3030
);
3131

3232
module.exports = {
33+
id: "react-finland-2018",
34+
name: "React Finland 2018",
35+
year: "2018",
36+
packageName: "@react-finland/content-2018",
37+
staticFilePath: "images",
3338
breakfasts: require("./breakfasts"),
3439
coffeeBreaks: require("./coffee-breaks"),
3540
locations: resolveSocialLinks(require("./locations")),

0 commit comments

Comments
 (0)