export async function getSlugs() { return ['hello-world', 'another-post', 'awesome-post']; } export async function getTags() { return ['red', 'blue']; }