Skip to content

Commit

Permalink
fix: edit homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
viclafouch committed Jun 13, 2022
1 parent 46ec5ea commit df595ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit df595ce

Please sign in to comment.