mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Redirect dev pages
This commit is contained in:
@@ -40,6 +40,11 @@ module.exports = (env, argv) => ({
|
||||
filename: 'index.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
title: 'Data Pack Generators Minecraft',
|
||||
filename: '404.html',
|
||||
template: 'src/index.html'
|
||||
}),
|
||||
...config.models.flatMap(buildModel)
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user