UNPKG

@astrojs/starlight

Version:

Build beautiful, high-performance documentation websites with Astro

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