export const posts = [ { handle: "hello-world", title: "Hello world", content: "This article is first post detail." }, { handle: "404", title: "404", content: "This link is 404 layout." }, { handle: "500", title: "500", content: "This link is 500 layout." } ];