Renamed the Error page in the Website library target as NotFound.

This commit is contained in:
2026-08-01 23:06:22 +02:00
parent b680ae0689
commit 2c571233bc
4 changed files with 44 additions and 44 deletions
@@ -11,7 +11,7 @@ public extension NotFoundMiddleware {
assetVersion: String? = nil
) {
self.init(bundle: .module) {
ErrorPage(
NotFoundPage(
locale: $0,
assetVersion: assetVersion
)