DEV Website V.1.0.0
Some checks failed
Theme Update / update-theme (push) Has been cancelled

This commit is contained in:
2025-03-28 10:42:10 +01:00
committed by JirR02
commit a433334470
67 changed files with 7112 additions and 0 deletions

10
assets/jsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.8.0/assets/*"
]
}
}
}