Skip to content

Commit

Permalink
fix: build failing for unused route
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Nov 3, 2023
1 parent 23cc68e commit 5ef3f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/cv/pdf_old/index.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
/*
import { readFile } from "fs/promises";
import path from "path";
Expand All @@ -25,4 +26,5 @@ try {
} catch (error) {
throw new Error(`Error in thePDF route: ${error}`);
}
*/
---

0 comments on commit 5ef3f55

Please sign in to comment.