deps: bump hugo from v0.123.6 to v0.123.7

This commit is contained in:
Henk Verlinde
2024-03-02 10:24:18 +01:00
parent 9026d135a8
commit 64fab20028
5 changed files with 33 additions and 28 deletions

11
assets/jsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*",
"..\\node_modules\\@hyas\\doks-core\\assets\\*"
]
}
}
}