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
2 changes: 1 addition & 1 deletion scripts/generate-funding-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import yaml from "js-yaml";
import path from "path";
import { exists } from "./utils.js";

const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.0.0/funding.schema.json";
const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.1.0.json";

/**
* Fetch the funding.json schema from the official URL
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config/data/donate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ projects:
slug: spyder
image: /assets/media/spyder_splash_bg.webp
donationLinkID: Pjm6SyqYNb
pastDonations: 17795
pastDonations: 8542
- id: 1
slug: code-completions
image: /assets/media/donations-code_completions.webp
Expand Down
Loading