Skip to content

Commit

Permalink
Merge pull request #9 from bistecglobal/system-prompt-ui
Browse files Browse the repository at this point in the history
add static app url
  • Loading branch information
chan4lk authored Nov 24, 2023
2 parents e50535f + d1f93ed commit b2f7a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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://bistecwordpolishstorage.z23.web.core.windows.net/"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION

async function getHttpsOptions() {
const httpsOptions = await devCerts.getHttpsServerOptions();
Expand Down

0 comments on commit b2f7a09

Please sign in to comment.