Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
qxdo committed Mar 24, 2024
1 parent 2d4066b commit 52b673f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions elog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ module.exports = {
},
github: {
token: process.env.ELOG_GITHUB_TOKEN,
user: process.env.ELOG_GITHUB_USER,
repo: process.env.ELOG_GITHUB_REPO,
branch: process.env.ELOG_GITHUB_BRANCH,
host: process.env.ELOG_GITHUB_HOST,
user: 'qxdo',
repo: 'qxdo_image_bed',
branch: 'main',
host: 'cdn.jsdelivr.net',
prefixKey: ''
}
}
Expand Down

0 comments on commit 52b673f

Please sign in to comment.