mirror of
https://github.com/sern-handler/website
synced 2026-06-23 08:12:22 +00:00
8 lines
241 B
TypeScript
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,
|
|
});
|