Skip to content

Commit

Permalink
pull from npm not GH
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Feb 17, 2025
1 parent 1a58528 commit db2fb41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-coins-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@trueberryless-org/starlight-plugins-docs-components-docs": patch
---

Pull latest version from npm instead of GitHub.
4 changes: 2 additions & 2 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default defineConfig({
}),
starlightPluginShowLatestVersion({
source: {
type: "github",
slug: "trueberryless-org/starlight-plugins-docs-components",
type: "npm",
slug: "@trueberryless-org/starlight-plugins-docs-components",
},
showInSiteTitle: "deferred",
}),
Expand Down

0 comments on commit db2fb41

Please sign in to comment.