Browse Source

chore: dev config (#36240)

pull/36248/head
MadCcc 2 years ago
committed by GitHub
parent
commit
c0411d70d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      site/bisheng.config.js

1
site/bisheng.config.js

@ -196,7 +196,6 @@ module.exports = {
devServerConfig: {
public: `${process.env.DEV_HOST || 'localhost'}:${port}`,
disableHostCheck: !!process.env.DEV_HOST,
publicPath: '/_site',
},
htmlTemplateExtraData: {

Loading…
Cancel
Save