From df595ced179f21910dd7634beb09c4af1573989b Mon Sep 17 00:00:00 2001 From: viclafouch Date: Mon, 13 Jun 2022 13:53:20 +0200 Subject: [PATCH] fix: edit homepage url --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index 7b98914..e037972 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -107,7 +107,7 @@ const createConfig = (env: any, argv: any): webpack.Configuration => { ) htmlString = htmlString.replace( '{{homepage}}', - packageJson.homepage + 'https://chrome.google.com/webstore/detail/beautify-post/ogngclmkdkdmdekchmghneecloclcffg' ) return Buffer.from(htmlString) }