diff --git a/package.json b/package.json index a801a4e..4036f28 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "A theme maker for the NumWorks Calculator", "author": "Omega-Numworks ", - "homepage": "https://github.com/ArtichOwO/OmegaThemeMakerApp", + "homepage": "https://artichowo.github.io/OmegaThemeMakerApp/", "productName": "Omega Theme Maker", "bugs": { "url": "https://github.com/ArtichOwO/OmegaThemeMakerApp/issues", diff --git a/vue.config.js b/vue.config.js index 2d82590..d38905d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,5 @@ module.exports = { + publicPath: "./", pluginOptions: { electronBuilder: { nodeIntegration: true,