Skip to content

Commit

Permalink
fix github release
Browse files Browse the repository at this point in the history
  • Loading branch information
SmashinFries committed Dec 15, 2023
1 parent f3a94a9 commit 915c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/data/release.data.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineLoader({
async load(): Promise<AppRelease> {
const {data: main} = await octokit.repos.getLatestRelease({
owner: "kuzulabz",
repo: "goraku-site",
repo: "gorakusite",
})
console.log('data:', main.author)
return {main}
Expand Down

0 comments on commit 915c941

Please sign in to comment.