<meta name="robots" content="noindex">
<meta property="og:platform" content="PeerTube" />
+ <!-- custom css tag -->
<link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
</head>
title: 'PeerTube',
chunksSortMode: 'auto',
inject: 'body',
- chunks: ['video-embed']
+ chunks: ['video-embed'],
+ minify: {
+ collapseWhitespace: true,
+ removeComments: false,
+ removeRedundantAttributes: true,
+ removeScriptTypeAttributes: true,
+ removeStyleLinkTypeAttributes: true,
+ useShortDoctype: true
+ }
}),
new HtmlWebpackPlugin({
let html = buffer.toString()
html = await ClientHtml.addAsyncPluginCSS(html)
+ html = ClientHtml.addCustomCSS(html)
ClientHtml.htmlCache[path] = html