Files
website/node_modules/@astrojs/starlight/utils/format-path.ts
2024-05-06 17:15:30 -04:00

8 lines
241 B
TypeScript

import project from 'virtual:starlight/project-context';
import { createPathFormatter } from './createPathFormatter';
export const formatPath = createPathFormatter({
format: project.build.format,
trailingSlash: project.trailingSlash,
});