Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gdgbari/2024-web-devfest
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Oct 15, 2024
2 parents feedf69 + d0e0864 commit d1e40b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .astro/astro/content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ declare module 'astro:content' {
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"si.md": {
id: "si.md";
slug: "si";
body: string;
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"wideverse.md": {
id: "wideverse.md";
slug: "wideverse";
Expand Down Expand Up @@ -370,5 +377,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

export type ContentConfig = typeof import("../../src/content/config.js");
export type ContentConfig = typeof import("./../../src/content/config.js");
}
Binary file added public/assets/images/partner-sponsor/si.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/content/externals/si.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Studenti indipendenti
image: /assets/images/partner-sponsor/si.png
type: partner
url: https://www.instagram.com/si_informatica?igsh=MWdwMGwza2FtdjVicA==
---

0 comments on commit d1e40b2

Please sign in to comment.