diff --git a/space-configs/main/coding.jpg b/space-configs/main/coding.jpg new file mode 100644 index 00000000..edb2f9dc Binary files /dev/null and b/space-configs/main/coding.jpg differ diff --git a/space-configs/main/my-awesome-space.ts b/space-configs/main/my-awesome-space.ts new file mode 100644 index 00000000..650f7ba7 --- /dev/null +++ b/space-configs/main/my-awesome-space.ts @@ -0,0 +1,31 @@ +import { SpaceConfig } from "../types"; + +// UPDATE HERE ↓↓↓ +export default { + metadata: { + name: "Spyglass Space", // UPDATE HERE + description: + "This Space is dedicated to my Spyglass Space to explore ZK Tech", // UPDATE HERE + image: "coding.jpg", // UPDATE HERE + socialLinks: [ + { + type: "link", + link: "https://spyglass-analytics.com/", // UPDATE HERE + }, + // OTHER TYPE OF LINK YOU CAN USE + { + type: "twitter", + link: "https://twitter.com/kartentaucher", + }, + // { + // type: "discord", + // link: "https://discord.com/invite/sismo", + // }, + // { + // type: "github", + // link: "https://github.com/sismo-core", + // }, + ], + }, + apps: [], +} as SpaceConfig;