Renamed the Error page in the Website library target as NotFound.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ public extension NotFoundMiddleware {
|
||||
assetVersion: String? = nil
|
||||
) {
|
||||
self.init(bundle: .module) {
|
||||
ErrorPage(
|
||||
NotFoundPage(
|
||||
locale: $0,
|
||||
assetVersion: assetVersion
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user