diff --git a/src/manifest.xml b/src/manifest.xml
index 97ba910..65a1fde 100644
--- a/src/manifest.xml
+++ b/src/manifest.xml
@@ -4,7 +4,7 @@
1.0.0.0
Contoso
en-US
-
+
diff --git a/src/src/taskpane/taskpane.html b/src/src/taskpane/taskpane.html
index 877f9bd..16fd24d 100644
--- a/src/src/taskpane/taskpane.html
+++ b/src/src/taskpane/taskpane.html
@@ -8,7 +8,7 @@
-
Contoso Task Pane Add-in
+ JQ 銷售報表工具
diff --git a/src/webpack.config.js b/src/webpack.config.js
index 2b52a65..ad10c9c 100644
--- a/src/webpack.config.js
+++ b/src/webpack.config.js
@@ -5,7 +5,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
const HtmlWebpackPlugin = require("html-webpack-plugin");
const urlDev = "https://localhost:3000/";
-const urlProd = "https://www.contoso.com/"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION
+const urlProd = "http://addin.earo.top/kelly-report"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION
async function getHttpsOptions() {
const httpsOptions = await devCerts.getHttpsServerOptions();
@@ -74,12 +74,7 @@ module.exports = async (env, options) => {
},
},
],
- }),
- new HtmlWebpackPlugin({
- filename: "commands.html",
- template: "./src/commands/commands.html",
- chunks: ["polyfill", "commands"],
- }),
+ })
],
devServer: {
headers: {