This commit is contained in:
yi-ge 2021-11-20 00:04:14 +08:00
parent 8c3bb44cf8
commit c1d8c639a3
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ footer
br
| All Rights Reserved.
a(
href='https://beian.miit.gov.cn/#/Integrated/index',
href='https://beian.miit.gov.cn',
target='_blank',
rel='external nofollow',
style='color: #ccc; margin-left: 5px'

View File

@ -1,4 +1,6 @@
#!/bin/bash
export NODE_OPTIONS=--openssl-legacy-provider
yarn run build
rsync -avr --delete-after --exclude ".git" --exclude "node_modules" . root@manage.wyr.me:/root/blog-client