const chunksByPage = { post: ["index", "single-post"], category: ["index", "category"], archive: ["index", "archive"], home: ["index", "home"], notFound: ["index", "not-found"] }; export default chunksByPage;