refactor: Migrate CV/resume PDFs to external hosting and update Next.js build configuration.

This commit is contained in:
2025-12-01 01:01:43 -05:00
parent 4f1493d7be
commit 86c9bde23e
7 changed files with 29 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "bun run update-pdfs && next build",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"lint:fix": "next lint --fix",
@@ -72,4 +72,4 @@
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}