Skip to content

Commit

Permalink
chore: change produced CID to test fresh pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 12, 2024
1 parent 51f589a commit add9803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const common = {
// Generates deprecation warning: https://github.com/jantimon/html-webpack-plugin/issues/1501
new HtmlWebpackPlugin({
excludeChunks: ['sw'],
title: 'Helia service worker gateway',
title: 'IPFS Service Worker Gateway',
favicon: paths.public + '/favicon.ico',
template: paths.public + '/index.html', // template file
filename: 'index.html', // output file,
Expand Down

0 comments on commit add9803

Please sign in to comment.