You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
refactor: preview
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const path = require('path')
|
||||
const webpack = require('webpack')
|
||||
|
||||
const publishUrl = process.env.VUE_APP_PUBLISH_URL
|
||||
module.exports = {
|
||||
pages: {
|
||||
index: {
|
||||
@@ -72,7 +72,7 @@ module.exports = {
|
||||
},
|
||||
publish: {
|
||||
provider: 'generic',
|
||||
url: 'http://dev-sidecar.docmirror.cn/update/'
|
||||
url: publishUrl
|
||||
// url: 'http://dev-sidecar.docmirror.cn/update/preview/'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user