Renamed the "error" static assets at the Resources folder in the Website service target as "not-found".

This commit is contained in:
2026-08-01 23:07:04 +02:00
parent 2c571233bc
commit a056f7f69a
6 changed files with 10 additions and 10 deletions
@@ -54,12 +54,12 @@ private extension StaticFileTests {
static let fileExtensions: [[AssetExtension]] = [
[.png],
[.css, .js],
[.ico],
[.svg],
[.png],
[.png],
[.css, .js],
[.css, .js],
[.txt],
[.css, .js],
[.webmanifest],
@@ -67,12 +67,12 @@ private extension StaticFileTests {
]
static let fileNames: [String] = [
"apple-touch-icon",
"error",
"favicon",
"icon",
"icon-192",
"icon-512",
"index",
"not-found",
"robots",
"shared",
"site",