Add basic blog functionality

This commit is contained in:
Jade Ellis
2024-07-15 13:58:21 +01:00
parent 0bfb620d2f
commit e823b1d676
13 changed files with 514 additions and 115 deletions
+3
View File
@@ -0,0 +1,3 @@
export function match(value) {
return /^\d+$/.test(value);
}