mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-30 18:16:27 +08:00
17 lines
668 B
JavaScript
17 lines
668 B
JavaScript
export default defineEventHandler((e) => {
|
||
return {
|
||
title: 'Mount Everest',
|
||
description: "Mount Everest is Earth's highest mountain above sea level, located in the Mahalangur Himal sub-range of the Himalayas. The China–Nepal border runs across its summit point",
|
||
height: '8,848 m',
|
||
countries: [
|
||
'China',
|
||
'Nepal'
|
||
],
|
||
continent: 'Asia',
|
||
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Everest_kalapatthar.jpg/600px-Everest_kalapatthar.jpg',
|
||
dir: '/mountains',
|
||
path: '/mountains/mount-everest',
|
||
slug: 'mount-everest',
|
||
updatedAt: '2020-12-11T15:40:35.000Z'
|
||
}
|
||
}) |