summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/core/path.ts1
1 files changed, 0 insertions, 1 deletions
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;
}
-