diff --git a/packages/astro/src/core/path.ts b/packages/astro/src/core/path.ts index a93b4e8e1..280d5d24f 100644 --- a/packages/astro/src/core/path.ts +++ b/packages/astro/src/core/path.ts @@ -46,4 +46,3 @@ export function prependDotSlash(path: string) { return './' + path; } -