Update production URL in webpack configuration
This commit is contained in:
parent
6864ce64ef
commit
1b1c3f7143
@ -5,7 +5,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
|
||||
const HtmlWebpackPlugin = require("html-webpack-plugin");
|
||||
|
||||
const urlDev = "https://localhost:3000/";
|
||||
const urlProd = "http://addin.earo.top/kelly-report"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION
|
||||
const urlProd = "http://8.134.169.66:8080/kelly-report"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION
|
||||
|
||||
async function getHttpsOptions() {
|
||||
const httpsOptions = await devCerts.getHttpsServerOptions();
|
||||
|
Loading…
x
Reference in New Issue
Block a user