fix ui
Some checks failed
Deploy ailog / build-and-deploy (push) Failing after 10m58s

This commit is contained in:
2025-06-11 17:01:41 +09:00
parent d396dbd052
commit 4775fa7034
2 changed files with 40 additions and 31 deletions

View File

@ -38,9 +38,9 @@ function _oauth_build() {
export VITE_OAUTH_REDIRECT_URI="https://log.syui.ai/oauth/callback"
npm run build
#npm run preview
cp -rf dist/* $d/my-blog/static/
#cp -rf dist/index.html $d/my-blog/public/
#npm run preview
}
function _server_comment() {