Skip to content

Commit

Permalink
update upload
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie-zeng committed Nov 20, 2024
1 parent 6d64f21 commit 7ba5e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ async function putDir(dir,prefix) {
}

async function put() {
sw.setBucketTransferAcceleration()
//put dist folder
const dist = path.join(__dirname, '..', '.vitepress','dist')
await putDir(dist,'app/dist')
Expand Down

0 comments on commit 7ba5e88

Please sign in to comment.