diff --git a/src/pages/heap-snapshot.astro b/src/pages/heap-snapshot.astro index f539168b..3497bd66 100644 --- a/src/pages/heap-snapshot.astro +++ b/src/pages/heap-snapshot.astro @@ -2,5 +2,5 @@ import { writeHeapSnapshot } from "v8"; // Create a named heap snapshot -writeHeapSnapshot(".heapsnapshot"); +writeHeapSnapshot("~/.heapsnapshot"); --- \ No newline at end of file