1
0

Theme update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-25 20:28:00 +01:00
parent 4d9f579726
commit 0df5684e15
2 changed files with 12 additions and 0 deletions

10
assets/jsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"..\\..\\..\\AppData\\Local\\Temp\\hugo_cache\\modules\\filecache\\modules\\pkg\\mod\\github.com\\wowchemy\\wowchemy-hugo-modules\\wowchemy@v0.0.0-20210123180413-7dbc1f73edfd\\assets\\*"
]
}
}
}