Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 4468edb

Browse files
committed
Add fallback seo
1 parent 7fd2fd2 commit 4468edb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/wordpress/_global/getFrontendPage.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ export const frontendPageSeo = {
88
search: {
99
title: 'Search',
1010
description: 'Search page'
11+
},
12+
404: {
13+
title: '404 Not Found',
14+
description: 'Page not found'
1115
}
1216
}
1317

0 commit comments

Comments
 (0)