[ci] format
This commit is contained in:
parent
edb7bead6e
commit
4ff61626a1
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue