Added depolyment URL

This commit is contained in:
2025-03-14 10:04:53 +01:00
parent af401c2b4c
commit c0c85e4054
+1 -1
View File
@@ -6,7 +6,7 @@ const HtmlWebpackPlugin = require("html-webpack-plugin");
const webpack = require("webpack");
const urlDev = "https://localhost:3000/";
const urlProd = "https://www.contoso.com/"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION
const urlProd = "https://add-in.h3132.de/powerpoint/"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION
async function getHttpsOptions() {
const httpsOptions = await devCerts.getHttpsServerOptions();