Skip to content

Commit 57c9d15

Browse files
author
ryan.deng
committed
updated
1 parent 0005aaa commit 57c9d15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ git add -A
1717
git commit -m 'deploy'
1818

1919
# if you are deploying to https://<USERNAME>.github.io
20-
git push -f [email protected]:ryandadeng/ryandadeng.github.io.git master
20+
# git push -f [email protected]:RyanDaDeng/ryandadeng.github.io.git master
2121

2222
# if you are deploying to https://<USERNAME>.github.io/<REPO>
23-
# git push -f [email protected]:<USERNAME>/<REPO>.git master:gh-pages
23+
git push -f [email protected]:RyanDaDeng/vue-components.git master:gh-pages
2424

2525
cd -

vue.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
publicPath: '/'
2+
publicPath: '/vue-components/'
33
};

0 commit comments

Comments
 (0)