diff --git a/www/webpack.config.js b/www/webpack.config.js index 5e8baae..fe6f36f 100644 --- a/www/webpack.config.js +++ b/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 + } };