Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
458 changes: 458 additions & 0 deletions app/about/page.tsx

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions app/api/gists/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { errorResponse, ApiErrors, validationError } from "@/lib/api-errors";
import type { CreateGistResponse } from "@/types/api";
import type { GistMetadata } from "@/types/models";

export const runtime = "edge";

// Validation schema for gist metadata
const metadataSchema = z.object({
expires_at: z.string().datetime().nullable().optional(),
Expand Down
Loading