swh:1:snp:6f474f17101e00174fb49dd87d5b016477d6f57c
Tip revision: 740fe9ec73cbeb22984ecc748a7ffe1487eb9518 authored by circleci-app[bot] on 28 February 2026, 15:26:20 UTC
fix(ci): correct Hugo build command flag syntax
fix(ci): correct Hugo build command flag syntax
Tip revision: 740fe9e
jsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
]
}
}
}