Skip to content

Commit

Permalink
chore: data using git env
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Mar 14, 2024
1 parent c3026ae commit 16dd1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
'process.env.CDN_URL': process.env.CDN_URL || '',
'process.env.MEDIA_URL': process.env.MEDIA_URL || '',
'process.env.PUBLIC_PATH': process.env.NODE_ENV === 'production' ? usingPublicPath : '/',
'process.env.DATA_USING_GIT': false,
'process.env.DATA_USING_GIT': process.env.DATA_USING_GIT === '1',
},
plugins: [
[
Expand Down
2 changes: 1 addition & 1 deletion src/common
Submodule common updated 1 files
+3 −3 contracts/judger.ts

0 comments on commit 16dd1ee

Please sign in to comment.