mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2024-12-27 15:01:52 +00:00
fix cdn host
This commit is contained in:
parent
f2cfe21f6d
commit
3d332a41ec
@ -20,7 +20,7 @@ module.exports = {
|
||||
adminTemplate: path.resolve(__dirname, '../src/pages/admin/index.html'),
|
||||
assetsRoot: path.resolve(__dirname, '../dist'),
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '__STATIC_CDN_HOST__/',
|
||||
assetsPublicPath: '/__STATIC_CDN_HOST__/',
|
||||
productionSourceMap: process.env.USE_SENTRY === '1',
|
||||
// Gzip off by default as many popular static hosts such as
|
||||
// Surge or Netlify already gzip all static assets for you.
|
||||
|
Loading…
Reference in New Issue
Block a user