mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Include 1.15 in titles for SEO
This commit is contained in:
@@ -38,22 +38,22 @@ module.exports = (env, argv) => ({
|
||||
}
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft 1.16, 1.17',
|
||||
title: 'Data Pack Generators Minecraft 1.15, 1.16, 1.17',
|
||||
filename: 'index.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft 1.16, 1.17',
|
||||
title: 'Data Pack Generators Minecraft 1.15, 1.16, 1.17',
|
||||
filename: 'settings/fields/index.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft 1.16, 1.17',
|
||||
title: 'Data Pack Generators Minecraft 1.15, 1.16, 1.17',
|
||||
filename: '404.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
...config.models.map(m => new HtmlWebpackPlugin({
|
||||
title: `${m.name} Generator${m.category === true ? 's' : ''} Minecraft 1.16, 1.17`,
|
||||
title: `${m.name} Generator${m.category === true ? 's' : ''} Minecraft 1.15, 1.16, 1.17`,
|
||||
filename: `${m.id}/index.html`,
|
||||
template: 'src/index.html'
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user