web/changelogs: make date attribute required

This commit is contained in:
dumbmoron
2024-07-21 11:30:06 +00:00
parent ebaa209c47
commit 534af330ce
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import type { SvelteComponent } from "svelte"
export interface ChangelogMetadata {
title: string,
date?: string
date: string
banner?: {
file: string,
alt: string