Browse Source

Fix "inavlid host header"

pull/1/head v0.9-alpha
Ravi Shah 5 years ago
parent
commit
5030ceda5f
  1. 4
      www/webpack.config.js

4
www/webpack.config.js

@ -12,4 +12,8 @@ module.exports = {
plugins: [
new CopyWebpackPlugin(['index.html'])
],
devServer: {
compress: true,
public: 'dna-transcription-translation.yeetpc.com' //Change for another domain
}
};
Loading…
Cancel
Save