Compare commits

..

No commits in common. "a909e1a5a15725ce3cc300d5f45f15e66ce0ade3" and "de7849c8e17f8572012704ebb1ea4af8ca04ff7c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
push: push:
branches: branches:
- 'main**' - 'release**'
env: env:
BUILD: staging BUILD: staging

View File

@ -4,7 +4,7 @@ import legacy from "@vitejs/plugin-legacy";
import path from "path"; import path from "path";
export default defineConfig({ export default defineConfig({
base: "/baidu-digital-human-app", base: "./",
plugins: [ plugins: [
vue(), vue(),
legacy({ legacy({