Skip to content
Snippets Groups Projects
Commit 50dd4185 authored by Jure's avatar Jure
Browse files

fix: small title fix

parent 4e9db97b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ module.exports = (opts = {}) => { ...@@ -16,7 +16,7 @@ module.exports = (opts = {}) => {
if (opts.html) { if (opts.html) {
plugins.push( plugins.push(
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
title: 'xpub - open journals', title: 'SimpleJ - open journals',
template: '../app/index.ejs', // Load a custom template template: '../app/index.ejs', // Load a custom template
}), }),
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment