What about it?
This commit is contained in:
parent
bb0f6f59a2
commit
cf66ca2920
|
@ -42,7 +42,7 @@ module.exports = {
|
||||||
patterns: [
|
patterns: [
|
||||||
{ from: "src/index.html", to: "index.html" },
|
{ from: "src/index.html", to: "index.html" },
|
||||||
{ from: "src/manifest.json", to: "manifest.json" },
|
{ from: "src/manifest.json", to: "manifest.json" },
|
||||||
{ from: "src/CNAME", to: "CNAME" },
|
{ from: "src/CNAME", to: "." },
|
||||||
{ from: "src/assets", to: "assets" }
|
{ from: "src/assets", to: "assets" }
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue