mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Fully update to 20w46a
This commit is contained in:
@@ -38,12 +38,12 @@ module.exports = (env, argv) => ({
|
||||
}
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft 1.16',
|
||||
title: 'Data Pack Generators Minecraft 1.16, 1.17',
|
||||
filename: 'index.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft 1.16',
|
||||
title: 'Data Pack Generators Minecraft 1.16, 1.17',
|
||||
filename: '404.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
@@ -53,7 +53,7 @@ module.exports = (env, argv) => ({
|
||||
|
||||
function buildModel(model) {
|
||||
const page = new HtmlWebpackPlugin({
|
||||
title: `${model.name} Generator Minecraft 1.16`,
|
||||
title: `${model.name} Generator Minecraft 1.16, 1.17`,
|
||||
filename: `${model.id}/index.html`,
|
||||
template: 'src/index.html'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user