···1515 * @type {((route: import('./types').RouteSegment) => boolean)[]} A list of Ignored Routes by Regular Expressions
1616 */
1717export const IGNORED_ROUTES = [
1818- // This is used to ignore the 404 route for the static generation (/404)
1919- ({ pathname }) => pathname === '404',
2018 // This is used to ignore all blog routes except for the English language
2119 ({ locale, pathname }) =>
2220 locale !== defaultLocale.code && /^blog\//.test(pathname),
-9
pages/en/404.md
···11----
22-layout: page.hbs
33-permalink: false
44-title: 404
55----
66-77-## 404: Page could not be found
88-99-### ENOENT: no such file or directory