Ivan Li
de1da22508
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 10m33s
Co-authored-by: Ivan Li <ivanli2048@gmail.com> Reviewed-on: #3
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/components/*": ["components/*"],
|
|
"@/data/*": ["data/*"],
|
|
"@/layouts/*": ["layouts/*"],
|
|
"@/css/*": ["css/*"],
|
|
"contentlayer/generated": ["./.contentlayer/generated"]
|
|
}
|
|
}
|
|
}
|