const getLoaderConfig = () => ({
  chunkOverlap: 400,
  chunkSize: 800,
});

export const loaderConfig = getLoaderConfig();
