From 17b8a602847a53c6161edd681d061b417c791dde Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 7 Dec 2024 19:43:53 -0500 Subject: [PATCH] Update source link --- README.md | 2 +- package.json | 2 +- test/src/components/Info.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c18110..7d6d93f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In-House Player built by MinPluto
- + diff --git a/package.json b/package.json index 17bbcec..baa5296 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "playback" ], "scripts": { - "publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/", + "publish": "bun publish && bun publish --registry https://registry.sudovanilla.org/", "test": "cd test/ && bun start" } } \ No newline at end of file diff --git a/test/src/components/Info.astro b/test/src/components/Info.astro index d132983..7fa408b 100644 --- a/test/src/components/Info.astro +++ b/test/src/components/Info.astro @@ -11,7 +11,7 @@ const { Title, Description } = Astro.props

Documentation - Package + Package Source Code