Add 404 page and robots.txt
This commit is contained in:
parent
975f794cdf
commit
f568888077
6 changed files with 53 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ module.exports = {
|
|||
loader: 'responsive-loader',
|
||||
options: {
|
||||
adapter: Sharp,
|
||||
quality: 90,
|
||||
quality: 90,
|
||||
outputPath: 'static/',
|
||||
sizes: [300, 800, 1200, 2000],
|
||||
placeholder: false,
|
||||
|
|
@ -116,7 +116,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
{
|
||||
test: /\.ico$/i,
|
||||
test: /no-change.*(ico|html|txt)$/i,
|
||||
use: {
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue