We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96b9ff commit 2928208Copy full SHA for 2928208
common/src/shared/siteConfigs.ts
@@ -16,7 +16,7 @@ export type SiteConfig = LegacyArchiveSiteConfig | XpArchiveSiteConfig;
16
17
export const legacyArchiveConfigs: LegacyArchiveSiteConfig[] = [
18
{
19
- name: 'Nav.no (før 2019)',
+ name: 'nav.no (før 2019)',
20
basePath: '/sbs',
21
indexPrefix: 'cmssbs',
22
type: 'enonic-legacy',
@@ -30,7 +30,7 @@ export const legacyArchiveConfigs: LegacyArchiveSiteConfig[] = [
30
] as const;
31
32
export const xpArchiveConfig: XpArchiveSiteConfig = {
33
- name: 'Nav.no (etter 2019)',
+ name: 'nav.no (etter 2019)',
34
basePath: '/xp',
35
type: 'enonic-xp',
36
} as const;
0 commit comments