Skip to content

Commit 2928208

Browse files
committed
liten bokstav
1 parent b96b9ff commit 2928208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/shared/siteConfigs.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type SiteConfig = LegacyArchiveSiteConfig | XpArchiveSiteConfig;
1616

1717
export const legacyArchiveConfigs: LegacyArchiveSiteConfig[] = [
1818
{
19-
name: 'Nav.no (før 2019)',
19+
name: 'nav.no (før 2019)',
2020
basePath: '/sbs',
2121
indexPrefix: 'cmssbs',
2222
type: 'enonic-legacy',
@@ -30,7 +30,7 @@ export const legacyArchiveConfigs: LegacyArchiveSiteConfig[] = [
3030
] as const;
3131

3232
export const xpArchiveConfig: XpArchiveSiteConfig = {
33-
name: 'Nav.no (etter 2019)',
33+
name: 'nav.no (etter 2019)',
3434
basePath: '/xp',
3535
type: 'enonic-xp',
3636
} as const;

0 commit comments

Comments
 (0)