Skip to content

Commit

Permalink
app: Add title for overlay page
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 28, 2020
1 parent 656ccd4 commit 749b4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const overlayConfig: webpack.Configuration = webpackMerge.smart(baseConfig, {
],
},
plugins: [
new HtmlWebpackPlugin(),
new HtmlWebpackPlugin({title: 'Prolink Tools Overlay'}),
new ReactRefreshWebpackPlugin(),
new ForkTsCheckerWebpackPlugin({
issue: {include: [{file: 'src/overlay/**/*'}, {file: 'src/shared/**/*'}]},
Expand Down

1 comment on commit 749b4f2

@vercel
Copy link

@vercel vercel bot commented on 749b4f2 Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.