chore: update Hugo version to 0.147.7 and improve nav-menu script

This commit is contained in:
Xin
2025-06-01 17:37:37 +01:00
parent c24d55ee40
commit 3a13d44d3c
4 changed files with 13 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true,
"version": "0.145.0"
"version": "0.147.7"
},
"ghcr.io/devcontainers/features/node:1": {}
},
@@ -18,5 +18,7 @@
}
},
"postCreateCommand": "npm install",
"forwardPorts": [1313]
}
"forwardPorts": [
1313
]
}