14 lines
406 B
TypeScript
14 lines
406 B
TypeScript
export const SAMPLE_LISTING_SLUG = 'saimaa-lakeside-cabin';
|
|
export const SAMPLE_LISTING_SLUGS = [
|
|
'saimaa-lakeside-cabin',
|
|
'helsinki-design-loft',
|
|
'turku-riverside-apartment',
|
|
'rovaniemi-aurora-cabin',
|
|
'tampere-sauna-studio',
|
|
'vaasa-seaside-villa',
|
|
'kuopio-lakeside-apartment',
|
|
'porvoo-river-loft',
|
|
'oulu-tech-apartment',
|
|
'mariehamn-harbor-flat',
|
|
];
|
|
export const DEFAULT_LOCALE = 'en';
|