korhonen.cc/assets/jsconfig.json
Marko Korhonen 159662def6
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 21s
Update theme
2024-04-04 19:16:40 +03:00

10 lines
190 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.4.0/assets/*"
]
}
}
}