We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b17fb commit 63d52c7Copy full SHA for 63d52c7
2 files changed
package.json
@@ -2,7 +2,6 @@
2
"name": "hugo-blox-academic-cv-starter",
3
"version": "1.0.0",
4
"private": true,
5
- "packageManager": "pnpm@10.14.0",
6
"description": "Academic CV starter template for Hugo Blox with Tailwind CSS v4",
7
"scripts": {
8
"dev": "hugo server --disableFastRender",
vercel.json
@@ -1,5 +1,5 @@
1
{
"buildCommand": "bash build.sh",
"outputDirectory": "public",
- "installCommand": "pnpm install"
+ "installCommand": "npm install"
}
0 commit comments