9 lines
No EOL
160 B
TypeScript
9 lines
No EOL
160 B
TypeScript
import Metas from '$lib/server/Metadatas';
|
|
|
|
export async function load(){
|
|
const postList = await Metas()
|
|
|
|
let id = postList[0].postId
|
|
|
|
return {id}
|
|
} |