Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed May 9, 2024
1 parent 1c44f33 commit 46a9816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export default defineConfig({
{ name: 'theme-color', content: '#1677ff' },
{ name: 'build-time', content: Date.now().toString() },
// https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
process.env.GITHUB_SHA && { name: 'build-hash', content: process.env.GITHUB_SHA },
].filter(Boolean) as ReturnType<typeof defineConfig>['metas'],
{ name: 'build-hash', content: process.env.GITHUB_SHA ?? 'unknown' },
],
analytics: {
ga_v2: 'UA-72788897-1',
},
Expand Down

0 comments on commit 46a9816

Please sign in to comment.