remove old junk
All checks were successful
/ build (push) Successful in 26s

This commit is contained in:
Ruben 2025-09-16 10:22:14 -05:00
commit a46df994d5
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
6 changed files with 3 additions and 85 deletions

View file

@ -1,13 +0,0 @@
import { z } from "zod";
import { fromZodError } from 'zod-validation-error';
export default function(data) {
// Draft content, validate `draft` front matter
let result = z.object({
draft: z.boolean().or(z.undefined()),
}).safeParse(data);
if(result.error) {
throw fromZodError(result.error);
}
}

View file

@ -2,7 +2,7 @@ export default {
title: "Synth.Download",
url: "https://synth.download/",
language: "en",
description: "a collection of services hosted for friends, but also the public. beep!",
description: "a collection of services hosted for synths and beepers and beings alike, but also the public. beep!",
author: {
name: "Sneexy",
email: "sneexy@synth.download",