[ci] format

This commit is contained in:
matthewp 2022-09-23 12:10:59 +00:00 committed by fredkbot
parent edb7bead6e
commit 4ff61626a1

View file

@ -1,6 +1,6 @@
import { Data } from 'vfile';
import type { AstroConfig, MarkdownAstroData } from '../@types/astro';
import { appendForwardSlash, appendExtension } from '../core/path.js';
import { appendExtension, appendForwardSlash } from '../core/path.js';
export function getFileInfo(id: string, config: AstroConfig) {
const sitePathname = appendForwardSlash(