blog/assets/jsconfig.json
Radu C. Martin 21dcebdc33
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 36s
feat: move to hugo
2025-04-08 09:52:32 +02:00

10 lines
No EOL
204 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.30.0/assets/*"
]
}
}
}