This commit is contained in:
2026-01-18 16:24:23 +08:00
parent 770b39d776
commit 09d8a24a13
2 changed files with 3 additions and 2 deletions

View File

@@ -141,7 +141,8 @@ jobs:
- name: Deploy to Vercel - name: Deploy to Vercel
run: | run: |
vercel --token ${{ secrets.VERCEL_TOKEN }} --prod --yes vercel build --prod --yes
vercel --token ${{ secrets.VERCEL_TOKEN }} --prebuilt --yes
deploy-edgeone: deploy-edgeone:
needs: build needs: build

View File

@@ -75,7 +75,7 @@
<!-- Git build info --> <!-- Git build info -->
<p v-if="build?.short" class="text-text-muted text-xs m-0"> <p v-if="build?.short" class="text-text-muted text-xs m-0">
构建自提交<span :title="build.sha">{{ build.short }}</span> 构建自提交<span :title="build.sha">{{ build.short }}</span>
<span v-if="build.date">· {{ build.date }}</span> <span v-if="build.date"> · {{ build.date }}</span>
</p> </p>
</footer> </footer>
</template> </template>