@europeana/portal
Version:
Europeana Portal
1,959 lines (1,954 loc) • 84.5 kB
JavaScript
import Vue from 'vue'
import Router from 'vue-router'
import { normalizeURL, decode } from 'ufo'
import { interopDefault } from './utils'
import scrollBehavior from './router.scrollBehavior.js'
const _5b685826 = () => interopDefault(import('../src/pages/home/index.vue' /* webpackChunkName: "" */))
const _27eb63ad = () => interopDefault(import('../src/pages/index.vue' /* webpackChunkName: "pages/index" */))
const _70183048 = () => interopDefault(import('../src/pages/account/callback.vue' /* webpackChunkName: "pages/account/callback" */))
const _6f1cf33e = () => interopDefault(import('../src/pages/account/logout.vue' /* webpackChunkName: "pages/account/logout" */))
const _7421ab4b = () => interopDefault(import('../src/pages/account/index.vue' /* webpackChunkName: "pages/account/index" */))
const _657884da = () => interopDefault(import('../src/pages/blog/index.vue' /* webpackChunkName: "pages/blog/index" */))
const _30c6f4b1 = () => interopDefault(import('../src/pages/debug/index.vue' /* webpackChunkName: "pages/debug/index" */))
const _e889a93c = () => interopDefault(import('../src/pages/exhibitions/index.vue' /* webpackChunkName: "pages/exhibitions/index" */))
const _3110e00e = () => interopDefault(import('../src/pages/galleries/index.vue' /* webpackChunkName: "pages/galleries/index" */))
const _03f161b5 = () => interopDefault(import('../src/pages/iiif/index.vue' /* webpackChunkName: "pages/iiif/index" */))
const _5cd3cd02 = () => interopDefault(import('../src/pages/media/index.vue' /* webpackChunkName: "pages/media/index" */))
const _0c588fc0 = () => interopDefault(import('../src/pages/search/index.vue' /* webpackChunkName: "pages/search/index" */))
const _2344ec1e = () => interopDefault(import('../src/pages/stories/index.vue' /* webpackChunkName: "pages/stories/index" */))
const _3dc94e62 = () => interopDefault(import('../src/pages/account/login.vue' /* webpackChunkName: "pages/account/login" */))
const _60a7a7d9 = () => interopDefault(import('../src/pages/collections/persons-or-places.vue' /* webpackChunkName: "" */))
const _590ab844 = () => interopDefault(import('../src/pages/contentful/category-suggest/index.vue' /* webpackChunkName: "pages/contentful/category-suggest/index" */))
const _d649c81e = () => interopDefault(import('../src/pages/contentful/disabled-single-line/index.vue' /* webpackChunkName: "pages/contentful/disabled-single-line/index" */))
const _90bc3c56 = () => interopDefault(import('../src/pages/contentful/entity-harvester/index.vue' /* webpackChunkName: "pages/contentful/entity-harvester/index" */))
const _cff091fa = () => interopDefault(import('../src/pages/contentful/entity-suggest/index.vue' /* webpackChunkName: "pages/contentful/entity-suggest/index" */))
const _3f55f21e = () => interopDefault(import('../src/pages/contentful/image-harvester/index.vue' /* webpackChunkName: "pages/contentful/image-harvester/index" */))
const _156fe743 = () => interopDefault(import('../src/pages/contentful/record-harvester/index.vue' /* webpackChunkName: "pages/contentful/record-harvester/index" */))
const _7a550728 = () => interopDefault(import('../src/pages/contentful/slug-validation/index.vue' /* webpackChunkName: "pages/contentful/slug-validation/index" */))
const _560c6ffb = () => interopDefault(import('../src/pages/debug/oembed.vue' /* webpackChunkName: "pages/debug/oembed" */))
const _6d5951fd = () => interopDefault(import('../src/pages/collections/_type/index.vue' /* webpackChunkName: "pages/collections/_type/index" */))
const _3121b601 = () => interopDefault(import('../src/pages/exhibitions/_exhibition/index.vue' /* webpackChunkName: "pages/exhibitions/_exhibition/index" */))
const _4d649409 = () => interopDefault(import('../src/pages/exhibitions/_exhibition/credits.vue' /* webpackChunkName: "pages/exhibitions/_exhibition/credits" */))
const _69f1cfaf = () => interopDefault(import('../src/pages/exhibitions/_exhibition/_chapter.vue' /* webpackChunkName: "pages/exhibitions/_exhibition/_chapter" */))
const _e49b46ec = () => interopDefault(import('../src/pages/collections/_type/_.vue' /* webpackChunkName: "pages/collections/_type/_" */))
const _656f85e7 = () => interopDefault(import('../src/pages/blog/_.vue' /* webpackChunkName: "pages/blog/_" */))
const _c584c9ca = () => interopDefault(import('../src/pages/galleries/_.vue' /* webpackChunkName: "pages/galleries/_" */))
const _37a28ed0 = () => interopDefault(import('../src/pages/item/_.vue' /* webpackChunkName: "pages/item/_" */))
const _3c8adccd = () => interopDefault(import('../src/pages/set/_.vue' /* webpackChunkName: "pages/set/_" */))
const _57509004 = () => interopDefault(import('../src/pages/index.vue' /* webpackChunkName: "" */))
const emptyFn = () => {}
Vue.use(Router)
export const routerOptions = {
mode: 'history',
base: '/',
linkActiveClass: 'nuxt-link-active',
linkExactActiveClass: 'exact-active-link',
scrollBehavior,
routes: [{
path: "/bg",
component: _5b685826,
name: "home___bg"
}, {
path: "/bg",
component: _27eb63ad,
name: "index___bg"
}, {
path: "/cs",
component: _5b685826,
name: "home___cs"
}, {
path: "/cs",
component: _27eb63ad,
name: "index___cs"
}, {
path: "/da",
component: _5b685826,
name: "home___da"
}, {
path: "/da",
component: _27eb63ad,
name: "index___da"
}, {
path: "/de",
component: _5b685826,
name: "home___de"
}, {
path: "/de",
component: _27eb63ad,
name: "index___de"
}, {
path: "/el",
component: _5b685826,
name: "home___el"
}, {
path: "/el",
component: _27eb63ad,
name: "index___el"
}, {
path: "/en",
component: _5b685826,
name: "home___en"
}, {
path: "/en",
component: _27eb63ad,
name: "index___en"
}, {
path: "/es",
component: _5b685826,
name: "home___es"
}, {
path: "/es",
component: _27eb63ad,
name: "index___es"
}, {
path: "/et",
component: _5b685826,
name: "home___et"
}, {
path: "/et",
component: _27eb63ad,
name: "index___et"
}, {
path: "/eu",
component: _5b685826,
name: "home___eu"
}, {
path: "/eu",
component: _27eb63ad,
name: "index___eu"
}, {
path: "/fi",
component: _5b685826,
name: "home___fi"
}, {
path: "/fi",
component: _27eb63ad,
name: "index___fi"
}, {
path: "/fr",
component: _5b685826,
name: "home___fr"
}, {
path: "/fr",
component: _27eb63ad,
name: "index___fr"
}, {
path: "/ga",
component: _5b685826,
name: "home___ga"
}, {
path: "/ga",
component: _27eb63ad,
name: "index___ga"
}, {
path: "/hr",
component: _5b685826,
name: "home___hr"
}, {
path: "/hr",
component: _27eb63ad,
name: "index___hr"
}, {
path: "/hu",
component: _5b685826,
name: "home___hu"
}, {
path: "/hu",
component: _27eb63ad,
name: "index___hu"
}, {
path: "/it",
component: _5b685826,
name: "home___it"
}, {
path: "/it",
component: _27eb63ad,
name: "index___it"
}, {
path: "/lt",
component: _5b685826,
name: "home___lt"
}, {
path: "/lt",
component: _27eb63ad,
name: "index___lt"
}, {
path: "/lv",
component: _5b685826,
name: "home___lv"
}, {
path: "/lv",
component: _27eb63ad,
name: "index___lv"
}, {
path: "/mt",
component: _5b685826,
name: "home___mt"
}, {
path: "/mt",
component: _27eb63ad,
name: "index___mt"
}, {
path: "/nl",
component: _5b685826,
name: "home___nl"
}, {
path: "/nl",
component: _27eb63ad,
name: "index___nl"
}, {
path: "/pl",
component: _5b685826,
name: "home___pl"
}, {
path: "/pl",
component: _27eb63ad,
name: "index___pl"
}, {
path: "/pt",
component: _5b685826,
name: "home___pt"
}, {
path: "/pt",
component: _27eb63ad,
name: "index___pt"
}, {
path: "/ro",
component: _5b685826,
name: "home___ro"
}, {
path: "/ro",
component: _27eb63ad,
name: "index___ro"
}, {
path: "/sk",
component: _5b685826,
name: "home___sk"
}, {
path: "/sk",
component: _27eb63ad,
name: "index___sk"
}, {
path: "/sl",
component: _5b685826,
name: "home___sl"
}, {
path: "/sl",
component: _27eb63ad,
name: "index___sl"
}, {
path: "/sv",
component: _5b685826,
name: "home___sv"
}, {
path: "/sv",
component: _27eb63ad,
name: "index___sv"
}, {
path: "/account/callback",
component: _70183048,
name: "account-callback"
}, {
path: "/account/logout",
component: _6f1cf33e,
name: "account-logout"
}, {
path: "/bg/account",
component: _7421ab4b,
name: "account___bg"
}, {
path: "/bg/blog",
component: _657884da,
name: "blog___bg"
}, {
path: "/bg/debug",
component: _30c6f4b1,
name: "debug___bg"
}, {
path: "/bg/exhibitions",
component: _e889a93c,
name: "exhibitions___bg"
}, {
path: "/bg/galleries",
component: _3110e00e,
name: "galleries___bg"
}, {
path: "/bg/iiif",
component: _03f161b5,
name: "iiif___bg"
}, {
path: "/bg/media",
component: _5cd3cd02,
name: "media___bg"
}, {
path: "/bg/search",
component: _0c588fc0,
name: "search___bg"
}, {
path: "/bg/stories",
component: _2344ec1e,
name: "stories___bg"
}, {
path: "/cs/account",
component: _7421ab4b,
name: "account___cs"
}, {
path: "/cs/blog",
component: _657884da,
name: "blog___cs"
}, {
path: "/cs/debug",
component: _30c6f4b1,
name: "debug___cs"
}, {
path: "/cs/exhibitions",
component: _e889a93c,
name: "exhibitions___cs"
}, {
path: "/cs/galleries",
component: _3110e00e,
name: "galleries___cs"
}, {
path: "/cs/iiif",
component: _03f161b5,
name: "iiif___cs"
}, {
path: "/cs/media",
component: _5cd3cd02,
name: "media___cs"
}, {
path: "/cs/search",
component: _0c588fc0,
name: "search___cs"
}, {
path: "/cs/stories",
component: _2344ec1e,
name: "stories___cs"
}, {
path: "/da/account",
component: _7421ab4b,
name: "account___da"
}, {
path: "/da/blog",
component: _657884da,
name: "blog___da"
}, {
path: "/da/debug",
component: _30c6f4b1,
name: "debug___da"
}, {
path: "/da/exhibitions",
component: _e889a93c,
name: "exhibitions___da"
}, {
path: "/da/galleries",
component: _3110e00e,
name: "galleries___da"
}, {
path: "/da/iiif",
component: _03f161b5,
name: "iiif___da"
}, {
path: "/da/media",
component: _5cd3cd02,
name: "media___da"
}, {
path: "/da/search",
component: _0c588fc0,
name: "search___da"
}, {
path: "/da/stories",
component: _2344ec1e,
name: "stories___da"
}, {
path: "/de/account",
component: _7421ab4b,
name: "account___de"
}, {
path: "/de/blog",
component: _657884da,
name: "blog___de"
}, {
path: "/de/debug",
component: _30c6f4b1,
name: "debug___de"
}, {
path: "/de/exhibitions",
component: _e889a93c,
name: "exhibitions___de"
}, {
path: "/de/galleries",
component: _3110e00e,
name: "galleries___de"
}, {
path: "/de/iiif",
component: _03f161b5,
name: "iiif___de"
}, {
path: "/de/media",
component: _5cd3cd02,
name: "media___de"
}, {
path: "/de/search",
component: _0c588fc0,
name: "search___de"
}, {
path: "/de/stories",
component: _2344ec1e,
name: "stories___de"
}, {
path: "/el/account",
component: _7421ab4b,
name: "account___el"
}, {
path: "/el/blog",
component: _657884da,
name: "blog___el"
}, {
path: "/el/debug",
component: _30c6f4b1,
name: "debug___el"
}, {
path: "/el/exhibitions",
component: _e889a93c,
name: "exhibitions___el"
}, {
path: "/el/galleries",
component: _3110e00e,
name: "galleries___el"
}, {
path: "/el/iiif",
component: _03f161b5,
name: "iiif___el"
}, {
path: "/el/media",
component: _5cd3cd02,
name: "media___el"
}, {
path: "/el/search",
component: _0c588fc0,
name: "search___el"
}, {
path: "/el/stories",
component: _2344ec1e,
name: "stories___el"
}, {
path: "/en/account",
component: _7421ab4b,
name: "account___en"
}, {
path: "/en/blog",
component: _657884da,
name: "blog___en"
}, {
path: "/en/debug",
component: _30c6f4b1,
name: "debug___en"
}, {
path: "/en/exhibitions",
component: _e889a93c,
name: "exhibitions___en"
}, {
path: "/en/galleries",
component: _3110e00e,
name: "galleries___en"
}, {
path: "/en/iiif",
component: _03f161b5,
name: "iiif___en"
}, {
path: "/en/media",
component: _5cd3cd02,
name: "media___en"
}, {
path: "/en/search",
component: _0c588fc0,
name: "search___en"
}, {
path: "/en/stories",
component: _2344ec1e,
name: "stories___en"
}, {
path: "/es/account",
component: _7421ab4b,
name: "account___es"
}, {
path: "/es/blog",
component: _657884da,
name: "blog___es"
}, {
path: "/es/debug",
component: _30c6f4b1,
name: "debug___es"
}, {
path: "/es/exhibitions",
component: _e889a93c,
name: "exhibitions___es"
}, {
path: "/es/galleries",
component: _3110e00e,
name: "galleries___es"
}, {
path: "/es/iiif",
component: _03f161b5,
name: "iiif___es"
}, {
path: "/es/media",
component: _5cd3cd02,
name: "media___es"
}, {
path: "/es/search",
component: _0c588fc0,
name: "search___es"
}, {
path: "/es/stories",
component: _2344ec1e,
name: "stories___es"
}, {
path: "/et/account",
component: _7421ab4b,
name: "account___et"
}, {
path: "/et/blog",
component: _657884da,
name: "blog___et"
}, {
path: "/et/debug",
component: _30c6f4b1,
name: "debug___et"
}, {
path: "/et/exhibitions",
component: _e889a93c,
name: "exhibitions___et"
}, {
path: "/et/galleries",
component: _3110e00e,
name: "galleries___et"
}, {
path: "/et/iiif",
component: _03f161b5,
name: "iiif___et"
}, {
path: "/et/media",
component: _5cd3cd02,
name: "media___et"
}, {
path: "/et/search",
component: _0c588fc0,
name: "search___et"
}, {
path: "/et/stories",
component: _2344ec1e,
name: "stories___et"
}, {
path: "/eu/account",
component: _7421ab4b,
name: "account___eu"
}, {
path: "/eu/blog",
component: _657884da,
name: "blog___eu"
}, {
path: "/eu/debug",
component: _30c6f4b1,
name: "debug___eu"
}, {
path: "/eu/exhibitions",
component: _e889a93c,
name: "exhibitions___eu"
}, {
path: "/eu/galleries",
component: _3110e00e,
name: "galleries___eu"
}, {
path: "/eu/iiif",
component: _03f161b5,
name: "iiif___eu"
}, {
path: "/eu/media",
component: _5cd3cd02,
name: "media___eu"
}, {
path: "/eu/search",
component: _0c588fc0,
name: "search___eu"
}, {
path: "/eu/stories",
component: _2344ec1e,
name: "stories___eu"
}, {
path: "/fi/account",
component: _7421ab4b,
name: "account___fi"
}, {
path: "/fi/blog",
component: _657884da,
name: "blog___fi"
}, {
path: "/fi/debug",
component: _30c6f4b1,
name: "debug___fi"
}, {
path: "/fi/exhibitions",
component: _e889a93c,
name: "exhibitions___fi"
}, {
path: "/fi/galleries",
component: _3110e00e,
name: "galleries___fi"
}, {
path: "/fi/iiif",
component: _03f161b5,
name: "iiif___fi"
}, {
path: "/fi/media",
component: _5cd3cd02,
name: "media___fi"
}, {
path: "/fi/search",
component: _0c588fc0,
name: "search___fi"
}, {
path: "/fi/stories",
component: _2344ec1e,
name: "stories___fi"
}, {
path: "/fr/account",
component: _7421ab4b,
name: "account___fr"
}, {
path: "/fr/blog",
component: _657884da,
name: "blog___fr"
}, {
path: "/fr/debug",
component: _30c6f4b1,
name: "debug___fr"
}, {
path: "/fr/exhibitions",
component: _e889a93c,
name: "exhibitions___fr"
}, {
path: "/fr/galleries",
component: _3110e00e,
name: "galleries___fr"
}, {
path: "/fr/iiif",
component: _03f161b5,
name: "iiif___fr"
}, {
path: "/fr/media",
component: _5cd3cd02,
name: "media___fr"
}, {
path: "/fr/search",
component: _0c588fc0,
name: "search___fr"
}, {
path: "/fr/stories",
component: _2344ec1e,
name: "stories___fr"
}, {
path: "/ga/account",
component: _7421ab4b,
name: "account___ga"
}, {
path: "/ga/blog",
component: _657884da,
name: "blog___ga"
}, {
path: "/ga/debug",
component: _30c6f4b1,
name: "debug___ga"
}, {
path: "/ga/exhibitions",
component: _e889a93c,
name: "exhibitions___ga"
}, {
path: "/ga/galleries",
component: _3110e00e,
name: "galleries___ga"
}, {
path: "/ga/iiif",
component: _03f161b5,
name: "iiif___ga"
}, {
path: "/ga/media",
component: _5cd3cd02,
name: "media___ga"
}, {
path: "/ga/search",
component: _0c588fc0,
name: "search___ga"
}, {
path: "/ga/stories",
component: _2344ec1e,
name: "stories___ga"
}, {
path: "/hr/account",
component: _7421ab4b,
name: "account___hr"
}, {
path: "/hr/blog",
component: _657884da,
name: "blog___hr"
}, {
path: "/hr/debug",
component: _30c6f4b1,
name: "debug___hr"
}, {
path: "/hr/exhibitions",
component: _e889a93c,
name: "exhibitions___hr"
}, {
path: "/hr/galleries",
component: _3110e00e,
name: "galleries___hr"
}, {
path: "/hr/iiif",
component: _03f161b5,
name: "iiif___hr"
}, {
path: "/hr/media",
component: _5cd3cd02,
name: "media___hr"
}, {
path: "/hr/search",
component: _0c588fc0,
name: "search___hr"
}, {
path: "/hr/stories",
component: _2344ec1e,
name: "stories___hr"
}, {
path: "/hu/account",
component: _7421ab4b,
name: "account___hu"
}, {
path: "/hu/blog",
component: _657884da,
name: "blog___hu"
}, {
path: "/hu/debug",
component: _30c6f4b1,
name: "debug___hu"
}, {
path: "/hu/exhibitions",
component: _e889a93c,
name: "exhibitions___hu"
}, {
path: "/hu/galleries",
component: _3110e00e,
name: "galleries___hu"
}, {
path: "/hu/iiif",
component: _03f161b5,
name: "iiif___hu"
}, {
path: "/hu/media",
component: _5cd3cd02,
name: "media___hu"
}, {
path: "/hu/search",
component: _0c588fc0,
name: "search___hu"
}, {
path: "/hu/stories",
component: _2344ec1e,
name: "stories___hu"
}, {
path: "/it/account",
component: _7421ab4b,
name: "account___it"
}, {
path: "/it/blog",
component: _657884da,
name: "blog___it"
}, {
path: "/it/debug",
component: _30c6f4b1,
name: "debug___it"
}, {
path: "/it/exhibitions",
component: _e889a93c,
name: "exhibitions___it"
}, {
path: "/it/galleries",
component: _3110e00e,
name: "galleries___it"
}, {
path: "/it/iiif",
component: _03f161b5,
name: "iiif___it"
}, {
path: "/it/media",
component: _5cd3cd02,
name: "media___it"
}, {
path: "/it/search",
component: _0c588fc0,
name: "search___it"
}, {
path: "/it/stories",
component: _2344ec1e,
name: "stories___it"
}, {
path: "/lt/account",
component: _7421ab4b,
name: "account___lt"
}, {
path: "/lt/blog",
component: _657884da,
name: "blog___lt"
}, {
path: "/lt/debug",
component: _30c6f4b1,
name: "debug___lt"
}, {
path: "/lt/exhibitions",
component: _e889a93c,
name: "exhibitions___lt"
}, {
path: "/lt/galleries",
component: _3110e00e,
name: "galleries___lt"
}, {
path: "/lt/iiif",
component: _03f161b5,
name: "iiif___lt"
}, {
path: "/lt/media",
component: _5cd3cd02,
name: "media___lt"
}, {
path: "/lt/search",
component: _0c588fc0,
name: "search___lt"
}, {
path: "/lt/stories",
component: _2344ec1e,
name: "stories___lt"
}, {
path: "/lv/account",
component: _7421ab4b,
name: "account___lv"
}, {
path: "/lv/blog",
component: _657884da,
name: "blog___lv"
}, {
path: "/lv/debug",
component: _30c6f4b1,
name: "debug___lv"
}, {
path: "/lv/exhibitions",
component: _e889a93c,
name: "exhibitions___lv"
}, {
path: "/lv/galleries",
component: _3110e00e,
name: "galleries___lv"
}, {
path: "/lv/iiif",
component: _03f161b5,
name: "iiif___lv"
}, {
path: "/lv/media",
component: _5cd3cd02,
name: "media___lv"
}, {
path: "/lv/search",
component: _0c588fc0,
name: "search___lv"
}, {
path: "/lv/stories",
component: _2344ec1e,
name: "stories___lv"
}, {
path: "/mt/account",
component: _7421ab4b,
name: "account___mt"
}, {
path: "/mt/blog",
component: _657884da,
name: "blog___mt"
}, {
path: "/mt/debug",
component: _30c6f4b1,
name: "debug___mt"
}, {
path: "/mt/exhibitions",
component: _e889a93c,
name: "exhibitions___mt"
}, {
path: "/mt/galleries",
component: _3110e00e,
name: "galleries___mt"
}, {
path: "/mt/iiif",
component: _03f161b5,
name: "iiif___mt"
}, {
path: "/mt/media",
component: _5cd3cd02,
name: "media___mt"
}, {
path: "/mt/search",
component: _0c588fc0,
name: "search___mt"
}, {
path: "/mt/stories",
component: _2344ec1e,
name: "stories___mt"
}, {
path: "/nl/account",
component: _7421ab4b,
name: "account___nl"
}, {
path: "/nl/blog",
component: _657884da,
name: "blog___nl"
}, {
path: "/nl/debug",
component: _30c6f4b1,
name: "debug___nl"
}, {
path: "/nl/exhibitions",
component: _e889a93c,
name: "exhibitions___nl"
}, {
path: "/nl/galleries",
component: _3110e00e,
name: "galleries___nl"
}, {
path: "/nl/iiif",
component: _03f161b5,
name: "iiif___nl"
}, {
path: "/nl/media",
component: _5cd3cd02,
name: "media___nl"
}, {
path: "/nl/search",
component: _0c588fc0,
name: "search___nl"
}, {
path: "/nl/stories",
component: _2344ec1e,
name: "stories___nl"
}, {
path: "/pl/account",
component: _7421ab4b,
name: "account___pl"
}, {
path: "/pl/blog",
component: _657884da,
name: "blog___pl"
}, {
path: "/pl/debug",
component: _30c6f4b1,
name: "debug___pl"
}, {
path: "/pl/exhibitions",
component: _e889a93c,
name: "exhibitions___pl"
}, {
path: "/pl/galleries",
component: _3110e00e,
name: "galleries___pl"
}, {
path: "/pl/iiif",
component: _03f161b5,
name: "iiif___pl"
}, {
path: "/pl/media",
component: _5cd3cd02,
name: "media___pl"
}, {
path: "/pl/search",
component: _0c588fc0,
name: "search___pl"
}, {
path: "/pl/stories",
component: _2344ec1e,
name: "stories___pl"
}, {
path: "/pt/account",
component: _7421ab4b,
name: "account___pt"
}, {
path: "/pt/blog",
component: _657884da,
name: "blog___pt"
}, {
path: "/pt/debug",
component: _30c6f4b1,
name: "debug___pt"
}, {
path: "/pt/exhibitions",
component: _e889a93c,
name: "exhibitions___pt"
}, {
path: "/pt/galleries",
component: _3110e00e,
name: "galleries___pt"
}, {
path: "/pt/iiif",
component: _03f161b5,
name: "iiif___pt"
}, {
path: "/pt/media",
component: _5cd3cd02,
name: "media___pt"
}, {
path: "/pt/search",
component: _0c588fc0,
name: "search___pt"
}, {
path: "/pt/stories",
component: _2344ec1e,
name: "stories___pt"
}, {
path: "/ro/account",
component: _7421ab4b,
name: "account___ro"
}, {
path: "/ro/blog",
component: _657884da,
name: "blog___ro"
}, {
path: "/ro/debug",
component: _30c6f4b1,
name: "debug___ro"
}, {
path: "/ro/exhibitions",
component: _e889a93c,
name: "exhibitions___ro"
}, {
path: "/ro/galleries",
component: _3110e00e,
name: "galleries___ro"
}, {
path: "/ro/iiif",
component: _03f161b5,
name: "iiif___ro"
}, {
path: "/ro/media",
component: _5cd3cd02,
name: "media___ro"
}, {
path: "/ro/search",
component: _0c588fc0,
name: "search___ro"
}, {
path: "/ro/stories",
component: _2344ec1e,
name: "stories___ro"
}, {
path: "/sk/account",
component: _7421ab4b,
name: "account___sk"
}, {
path: "/sk/blog",
component: _657884da,
name: "blog___sk"
}, {
path: "/sk/debug",
component: _30c6f4b1,
name: "debug___sk"
}, {
path: "/sk/exhibitions",
component: _e889a93c,
name: "exhibitions___sk"
}, {
path: "/sk/galleries",
component: _3110e00e,
name: "galleries___sk"
}, {
path: "/sk/iiif",
component: _03f161b5,
name: "iiif___sk"
}, {
path: "/sk/media",
component: _5cd3cd02,
name: "media___sk"
}, {
path: "/sk/search",
component: _0c588fc0,
name: "search___sk"
}, {
path: "/sk/stories",
component: _2344ec1e,
name: "stories___sk"
}, {
path: "/sl/account",
component: _7421ab4b,
name: "account___sl"
}, {
path: "/sl/blog",
component: _657884da,
name: "blog___sl"
}, {
path: "/sl/debug",
component: _30c6f4b1,
name: "debug___sl"
}, {
path: "/sl/exhibitions",
component: _e889a93c,
name: "exhibitions___sl"
}, {
path: "/sl/galleries",
component: _3110e00e,
name: "galleries___sl"
}, {
path: "/sl/iiif",
component: _03f161b5,
name: "iiif___sl"
}, {
path: "/sl/media",
component: _5cd3cd02,
name: "media___sl"
}, {
path: "/sl/search",
component: _0c588fc0,
name: "search___sl"
}, {
path: "/sl/stories",
component: _2344ec1e,
name: "stories___sl"
}, {
path: "/sv/account",
component: _7421ab4b,
name: "account___sv"
}, {
path: "/sv/blog",
component: _657884da,
name: "blog___sv"
}, {
path: "/sv/debug",
component: _30c6f4b1,
name: "debug___sv"
}, {
path: "/sv/exhibitions",
component: _e889a93c,
name: "exhibitions___sv"
}, {
path: "/sv/galleries",
component: _3110e00e,
name: "galleries___sv"
}, {
path: "/sv/iiif",
component: _03f161b5,
name: "iiif___sv"
}, {
path: "/sv/media",
component: _5cd3cd02,
name: "media___sv"
}, {
path: "/sv/search",
component: _0c588fc0,
name: "search___sv"
}, {
path: "/sv/stories",
component: _2344ec1e,
name: "stories___sv"
}, {
path: "/bg/account/login",
component: _3dc94e62,
name: "account-login___bg"
}, {
path: "/bg/collections/persons",
component: _60a7a7d9,
name: "collections-persons___bg"
}, {
path: "/bg/collections/places",
component: _60a7a7d9,
name: "collections-places___bg"
}, {
path: "/bg/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___bg"
}, {
path: "/bg/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___bg"
}, {
path: "/bg/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___bg"
}, {
path: "/bg/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___bg"
}, {
path: "/bg/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___bg"
}, {
path: "/bg/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___bg"
}, {
path: "/bg/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___bg"
}, {
path: "/bg/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___bg"
}, {
path: "/cs/account/login",
component: _3dc94e62,
name: "account-login___cs"
}, {
path: "/cs/collections/persons",
component: _60a7a7d9,
name: "collections-persons___cs"
}, {
path: "/cs/collections/places",
component: _60a7a7d9,
name: "collections-places___cs"
}, {
path: "/cs/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___cs"
}, {
path: "/cs/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___cs"
}, {
path: "/cs/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___cs"
}, {
path: "/cs/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___cs"
}, {
path: "/cs/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___cs"
}, {
path: "/cs/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___cs"
}, {
path: "/cs/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___cs"
}, {
path: "/cs/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___cs"
}, {
path: "/da/account/login",
component: _3dc94e62,
name: "account-login___da"
}, {
path: "/da/collections/persons",
component: _60a7a7d9,
name: "collections-persons___da"
}, {
path: "/da/collections/places",
component: _60a7a7d9,
name: "collections-places___da"
}, {
path: "/da/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___da"
}, {
path: "/da/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___da"
}, {
path: "/da/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___da"
}, {
path: "/da/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___da"
}, {
path: "/da/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___da"
}, {
path: "/da/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___da"
}, {
path: "/da/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___da"
}, {
path: "/da/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___da"
}, {
path: "/de/account/login",
component: _3dc94e62,
name: "account-login___de"
}, {
path: "/de/collections/persons",
component: _60a7a7d9,
name: "collections-persons___de"
}, {
path: "/de/collections/places",
component: _60a7a7d9,
name: "collections-places___de"
}, {
path: "/de/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___de"
}, {
path: "/de/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___de"
}, {
path: "/de/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___de"
}, {
path: "/de/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___de"
}, {
path: "/de/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___de"
}, {
path: "/de/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___de"
}, {
path: "/de/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___de"
}, {
path: "/de/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___de"
}, {
path: "/el/account/login",
component: _3dc94e62,
name: "account-login___el"
}, {
path: "/el/collections/persons",
component: _60a7a7d9,
name: "collections-persons___el"
}, {
path: "/el/collections/places",
component: _60a7a7d9,
name: "collections-places___el"
}, {
path: "/el/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___el"
}, {
path: "/el/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___el"
}, {
path: "/el/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___el"
}, {
path: "/el/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___el"
}, {
path: "/el/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___el"
}, {
path: "/el/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___el"
}, {
path: "/el/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___el"
}, {
path: "/el/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___el"
}, {
path: "/en/account/login",
component: _3dc94e62,
name: "account-login___en"
}, {
path: "/en/collections/persons",
component: _60a7a7d9,
name: "collections-persons___en"
}, {
path: "/en/collections/places",
component: _60a7a7d9,
name: "collections-places___en"
}, {
path: "/en/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___en"
}, {
path: "/en/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___en"
}, {
path: "/en/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___en"
}, {
path: "/en/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___en"
}, {
path: "/en/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___en"
}, {
path: "/en/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___en"
}, {
path: "/en/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___en"
}, {
path: "/en/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___en"
}, {
path: "/es/account/login",
component: _3dc94e62,
name: "account-login___es"
}, {
path: "/es/collections/persons",
component: _60a7a7d9,
name: "collections-persons___es"
}, {
path: "/es/collections/places",
component: _60a7a7d9,
name: "collections-places___es"
}, {
path: "/es/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___es"
}, {
path: "/es/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___es"
}, {
path: "/es/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___es"
}, {
path: "/es/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___es"
}, {
path: "/es/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___es"
}, {
path: "/es/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___es"
}, {
path: "/es/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___es"
}, {
path: "/es/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___es"
}, {
path: "/et/account/login",
component: _3dc94e62,
name: "account-login___et"
}, {
path: "/et/collections/persons",
component: _60a7a7d9,
name: "collections-persons___et"
}, {
path: "/et/collections/places",
component: _60a7a7d9,
name: "collections-places___et"
}, {
path: "/et/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___et"
}, {
path: "/et/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___et"
}, {
path: "/et/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___et"
}, {
path: "/et/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___et"
}, {
path: "/et/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___et"
}, {
path: "/et/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___et"
}, {
path: "/et/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___et"
}, {
path: "/et/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___et"
}, {
path: "/eu/account/login",
component: _3dc94e62,
name: "account-login___eu"
}, {
path: "/eu/collections/persons",
component: _60a7a7d9,
name: "collections-persons___eu"
}, {
path: "/eu/collections/places",
component: _60a7a7d9,
name: "collections-places___eu"
}, {
path: "/eu/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___eu"
}, {
path: "/eu/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___eu"
}, {
path: "/eu/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___eu"
}, {
path: "/eu/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___eu"
}, {
path: "/eu/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___eu"
}, {
path: "/eu/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___eu"
}, {
path: "/eu/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___eu"
}, {
path: "/eu/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___eu"
}, {
path: "/fi/account/login",
component: _3dc94e62,
name: "account-login___fi"
}, {
path: "/fi/collections/persons",
component: _60a7a7d9,
name: "collections-persons___fi"
}, {
path: "/fi/collections/places",
component: _60a7a7d9,
name: "collections-places___fi"
}, {
path: "/fi/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___fi"
}, {
path: "/fi/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___fi"
}, {
path: "/fi/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___fi"
}, {
path: "/fi/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___fi"
}, {
path: "/fi/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___fi"
}, {
path: "/fi/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___fi"
}, {
path: "/fi/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___fi"
}, {
path: "/fi/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___fi"
}, {
path: "/fr/account/login",
component: _3dc94e62,
name: "account-login___fr"
}, {
path: "/fr/collections/persons",
component: _60a7a7d9,
name: "collections-persons___fr"
}, {
path: "/fr/collections/places",
component: _60a7a7d9,
name: "collections-places___fr"
}, {
path: "/fr/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___fr"
}, {
path: "/fr/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___fr"
}, {
path: "/fr/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___fr"
}, {
path: "/fr/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___fr"
}, {
path: "/fr/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___fr"
}, {
path: "/fr/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___fr"
}, {
path: "/fr/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___fr"
}, {
path: "/fr/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___fr"
}, {
path: "/ga/account/login",
component: _3dc94e62,
name: "account-login___ga"
}, {
path: "/ga/collections/persons",
component: _60a7a7d9,
name: "collections-persons___ga"
}, {
path: "/ga/collections/places",
component: _60a7a7d9,
name: "collections-places___ga"
}, {
path: "/ga/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___ga"
}, {
path: "/ga/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___ga"
}, {
path: "/ga/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___ga"
}, {
path: "/ga/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___ga"
}, {
path: "/ga/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___ga"
}, {
path: "/ga/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___ga"
}, {
path: "/ga/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___ga"
}, {
path: "/ga/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___ga"
}, {
path: "/hr/account/login",
component: _3dc94e62,
name: "account-login___hr"
}, {
path: "/hr/collections/persons",
component: _60a7a7d9,
name: "collections-persons___hr"
}, {
path: "/hr/collections/places",
component: _60a7a7d9,
name: "collections-places___hr"
}, {
path: "/hr/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___hr"
}, {
path: "/hr/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___hr"
}, {
path: "/hr/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___hr"
}, {
path: "/hr/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___hr"
}, {
path: "/hr/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___hr"
}, {
path: "/hr/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___hr"
}, {
path: "/hr/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___hr"
}, {
path: "/hr/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___hr"
}, {
path: "/hu/account/login",
component: _3dc94e62,
name: "account-login___hu"
}, {
path: "/hu/collections/persons",
component: _60a7a7d9,
name: "collections-persons___hu"
}, {
path: "/hu/collections/places",
component: _60a7a7d9,
name: "collections-places___hu"
}, {
path: "/hu/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___hu"
}, {
path: "/hu/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___hu"
}, {
path: "/hu/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___hu"
}, {
path: "/hu/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___hu"
}, {
path: "/hu/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___hu"
}, {
path: "/hu/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___hu"
}, {
path: "/hu/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___hu"
}, {
path: "/hu/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___hu"
}, {
path: "/it/account/login",
component: _3dc94e62,
name: "account-login___it"
}, {
path: "/it/collections/persons",
component: _60a7a7d9,
name: "collections-persons___it"
}, {
path: "/it/collections/places",
component: _60a7a7d9,
name: "collections-places___it"
}, {
path: "/it/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___it"
}, {
path: "/it/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___it"
}, {
path: "/it/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___it"
}, {
path: "/it/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___it"
}, {
path: "/it/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___it"
}, {
path: "/it/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___it"
}, {
path: "/it/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___it"
}, {
path: "/it/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___it"
}, {
path: "/lt/account/login",
component: _3dc94e62,
name: "account-login___lt"
}, {
path: "/lt/collections/persons",
component: _60a7a7d9,
name: "collections-persons___lt"
}, {
path: "/lt/collections/places",
component: _60a7a7d9,
name: "collections-places___lt"
}, {
path: "/lt/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___lt"
}, {
path: "/lt/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___lt"
}, {
path: "/lt/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___lt"
}, {
path: "/lt/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___lt"
}, {
path: "/lt/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___lt"
}, {
path: "/lt/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___lt"
}, {
path: "/lt/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___lt"
}, {
path: "/lt/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___lt"
}, {
path: "/lv/account/login",
component: _3dc94e62,
name: "account-login___lv"
}, {
path: "/lv/collections/persons",
component: _60a7a7d9,
name: "collections-persons___lv"
}, {
path: "/lv/collections/places",
component: _60a7a7d9,
name: "collections-places___lv"
}, {
path: "/lv/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___lv"
}, {
path: "/lv/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___lv"
}, {
path: "/lv/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___lv"
}, {
path: "/lv/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___lv"
}, {
path: "/lv/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___lv"
}, {
path: "/lv/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___lv"
}, {
path: "/lv/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___lv"
}, {
path: "/lv/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___lv"
}, {
path: "/mt/account/login",
component: _3dc94e62,
name: "account-login___mt"
}, {
path: "/mt/collections/persons",
component: _60a7a7d9,
name: "collections-persons___mt"
}, {
path: "/mt/collections/places",
component: _60a7a7d9,
name: "collections-places___mt"
}, {
path: "/mt/contentful/category-suggest",
component: _590ab844,
name: "contentful-category-suggest___mt"
}, {
path: "/mt/contentful/disabled-single-line",
component: _d649c81e,
name: "contentful-disabled-single-line___mt"
}, {
path: "/mt/contentful/entity-harvester",
component: _90bc3c56,
name: "contentful-entity-harvester___mt"
}, {
path: "/mt/contentful/entity-suggest",
component: _cff091fa,
name: "contentful-entity-suggest___mt"
}, {
path: "/mt/contentful/image-harvester",
component: _3f55f21e,
name: "contentful-image-harvester___mt"
}, {
path: "/mt/contentful/record-harvester",
component: _156fe743,
name: "contentful-record-harvester___mt"
}, {
path: "/mt/contentful/slug-validation",
component: _7a550728,
name: "contentful-slug-validation___mt"
}, {
path: "/mt/debug/oembed",
component: _560c6ffb,
name: "debug-oembed___mt"
}, {
path: "/nl/account/login",
component: _3dc94e62,
name: "account-login___nl"
}, {
path: "/nl/collections/persons",
component: _60a7a7d9,
n