Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lentryd committed Jan 22, 2023
1 parent 29bcff4 commit f7768c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
args[0].title = process.env.VUE_APP_GH_REPO;
args[0].author = process.env.VUE_APP_GH_OWNER;
args[0].reponame =
process.env.VUE_APP_GH_OWNER + "/" + process.env.VUE_APP_GH_OWNER;
process.env.VUE_APP_GH_OWNER + "/" + process.env.VUE_APP_GH_REPO;
return args;
});
},
Expand Down

0 comments on commit f7768c7

Please sign in to comment.