Skip to content

Commit

Permalink
✨ Add celtic sea studio and web #1302
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Oct 7, 2022
1 parent 940310b commit 2b9b363
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
const GLOBAL_PROD = ['global', 'secret', 'global-test']
const GLOBAL_DEV = ['global-development', 'global-test']
const NEWS = [...GLOBAL_DEV, ...GLOBAL_PROD, 'japan', 'poland', 'brazil', 'germany', 'southkorea']
const NEWS = [...GLOBAL_DEV, ...GLOBAL_PROD, 'japan', 'poland', 'brazil', 'germany', 'southkorea', 'celticsea']
const ARCHIVED_NEWS = [...GLOBAL_PROD, ...GLOBAL_DEV]
const NEWS_SUBSCRIPTION = [...GLOBAL_PROD, ...GLOBAL_DEV]
const MAGAZINE_SUBSCRIPTION = [...GLOBAL_DEV]
Expand Down
2 changes: 1 addition & 1 deletion satellites.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["global", "brazil", "germany", "argentina", "poland", "japan", "storage", "equinorfunds", "southkorea"]
["global", "brazil", "germany", "argentina", "poland", "japan", "storage", "equinorfunds", "southkorea", "celticsea"]
7 changes: 7 additions & 0 deletions satellitesConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const languages = [
{ id: 'polish', title: 'Polish', iso: 'pl-PL', name: 'pl_PL', locale: 'pl' },
{ id: 'japanese', title: 'Japanese', iso: 'ja-JP', name: 'ja_JP', locale: 'ja' },
{ id: 'korean', title: 'Korean', iso: 'ko-KR', name: 'ko_KR', locale: 'ko' },
{ id: 'welsh', title: 'Welsh', iso: 'cy-CY', name: 'cy_CY', locale: 'cy' },
]

/**
Expand All @@ -29,6 +30,7 @@ const newsSlug = {
de_DE: 'aktuelles',
ja_JP: 'news',
ko_KR: 'news',
cy_CY: 'newyddion',
}

/**
Expand Down Expand Up @@ -64,6 +66,7 @@ const datasets = {
techstars: ['english'],
equinorfunds: ['norwegian'],
southkorea: ['english', 'korean'],
celticsea: ['english', 'welsh'],
// Test datasets
'global-development': ['english', 'norwegian', 'japanese'],
'global-test': ['english', 'norwegian', 'japanese'],
Expand Down Expand Up @@ -123,6 +126,10 @@ const websiteDomains = {
url: 'https://www.equinor.co.kr',
meta: 'equinor.co.kr',
},
celticsea: {
url: 'https://web-celticsea-equinor-web-sites-prod.c2.radix.equinor.com',
meta: 'Equinor',
},
'global-development': {
url: 'localhost:3000',
meta: 'Equinor',
Expand Down

0 comments on commit 2b9b363

Please sign in to comment.