What about it?

This commit is contained in:
ItzLightyHD 2022-06-09 12:20:19 +02:00
parent bb0f6f59a2
commit cf66ca2920
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module.exports = {
patterns: [
{ from: "src/index.html", to: "index.html" },
{ from: "src/manifest.json", to: "manifest.json" },
{ from: "src/CNAME", to: "CNAME" },
{ from: "src/CNAME", to: "." },
{ from: "src/assets", to: "assets" }
]
}),