Schemas update + Image optimization

Resolves: https://github.com/mcgill-ecsess/ECSESS/issues/20
This commit is contained in:
Antoine Phan
2025-07-19 16:36:00 -04:00
parent d8ead1038b
commit 50c07509d9
3 changed files with 16 additions and 6 deletions

View File

@@ -11,6 +11,11 @@ export type EventPost = {
payment: string; // event payment link (e.g., Zeffy)
};
export type FAQ = {
question: string;
answer: string;
}
import type { InputValue } from '@portabletext/svelte';
export type HomepageCMSResponse = {